1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Package: proto
Version: 1.0.0
Title: Prototype Object-Based Programming
Description: An object oriented system using object-based, also
called prototype-based, rather than class-based object oriented ideas.
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", "cre"),
person("Gabor", "Grothendieck", , "[email protected]", "aut"),
person("Louis", "Kates", role = "aut"),
person("Thomas", "Petzoldt", role = "aut")
)
License: GPL-2
URL: https://github.com/hadley/proto
BugReports: https://github.com/hadley/proto/issues
Suggests: testthat, covr
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2016-10-28 22:08:08 UTC; hadley
Author: Hadley Wickham [cre],
Gabor Grothendieck [aut],
Louis Kates [aut],
Thomas Petzoldt [aut]
Maintainer: Hadley Wickham <[email protected]>
Repository: CRAN
Date/Publication: 2016-10-29 00:23:07
|