-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from Microsoft/richcala/MRO352Update
Initial commits for MRO 3.5.2
- Loading branch information
Showing
18,040 changed files
with
9,572,362 additions
and
6,750 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
Package: R6 | ||
Title: Classes with Reference Semantics | ||
Version: 2.2.2 | ||
Version: 2.3.0 | ||
Authors@R: person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]") | ||
Description: The R6 package allows the creation of classes with reference | ||
semantics, similar to R's built-in reference classes. Compared to reference | ||
classes, R6 classes are simpler and lighter-weight, and they are not built | ||
on S4 classes so they do not require the methods package. These classes | ||
allow public and private members, and they support inheritance, even when | ||
the classes are defined in different packages. | ||
Description: Creates classes with reference semantics, similar to R's built-in | ||
reference classes. Compared to reference classes, R6 classes are simpler | ||
and lighter-weight, and they are not built on S4 classes so they do not | ||
require the methods package. These classes allow public and private | ||
members, and they support inheritance, even when the classes are defined in | ||
different packages. | ||
Depends: R (>= 3.0) | ||
Suggests: knitr, microbenchmark, pryr, testthat, ggplot2, scales | ||
License: MIT + file LICENSE | ||
URL: https://github.com/wch/R6/ | ||
URL: https://github.com/r-lib/R6/ | ||
LazyData: true | ||
VignetteBuilder: knitr | ||
RoxygenNote: 6.0.1 | ||
BugReports: https://github.com/r-lib/R6/issues | ||
RoxygenNote: 6.1.0.9000 | ||
NeedsCompilation: no | ||
Packaged: 2017-06-12 18:48:43 UTC; winston | ||
Packaged: 2018-10-04 14:48:18 UTC; winston | ||
Author: Winston Chang [aut, cre] | ||
Maintainer: Winston Chang <[email protected]> | ||
Repository: CRAN | ||
Date/Publication: 2017-06-17 08:22:59 UTC | ||
Date/Publication: 2018-10-04 15:30:03 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.