-
Notifications
You must be signed in to change notification settings - Fork 43
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 #88 from RevolutionAnalytics/dev
Merge dev to master for v0.2.8
- Loading branch information
Showing
54 changed files
with
1,129 additions
and
705 deletions.
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
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,35 +1,38 @@ | ||
Package: miniCRAN | ||
Authors@R: c(person("Revolution Analytics", role="aut"), person("Andrie", "de | ||
Authors@R: c(person("Microsoft Corporation", role="cph"), person("Andrie", "de | ||
Vries", role=c("aut", "cre"), email="[email protected]"), | ||
person("Alex", "Chubaty", role="ctb", email="[email protected]")) | ||
License: GPL-2 | ||
Copyright: Microsoft Corporation | ||
Title: Create a Mini Version of CRAN Containing Only Selected Packages | ||
LazyData: true | ||
LazyLoad: true | ||
Description: Makes it possible to create an internally consistent | ||
repository consisting of selected packages from CRAN-like repositories. | ||
The user specifies a set of desired packages, and miniCRAN recursively | ||
reads the dependency tree for these packages, then downloads only this | ||
subset. The user can then install packages from this repository directly, | ||
rather than from CRAN. This is useful in production settings, e.g. server | ||
behind a firewall, or remote locations with slow broadband access. | ||
Version: 0.2.7 | ||
Date: 2017-06-19 | ||
Version: 0.2.8 | ||
URL: https://github.com/RevolutionAnalytics/miniCRAN | ||
BugReports: https://github.com/RevolutionAnalytics/miniCRAN/issues | ||
Date: 2016-08-19 | ||
Imports: | ||
tools, | ||
XML, | ||
graphics, | ||
httr, | ||
magrittr, | ||
methods, | ||
stats, | ||
tools, | ||
utils, | ||
graphics, | ||
stats | ||
XML | ||
Suggests: | ||
testthat(>= 0.9), | ||
devtools, | ||
igraph, | ||
knitr, | ||
rmarkdown, | ||
igraph | ||
testthat(>= 0.9) | ||
LazyData: true | ||
LazyLoad: true | ||
VignetteBuilder: knitr | ||
RoxygenNote: 5.0.1 | ||
RoxygenNote: 6.0.1 | ||
Roxygen: list(markdown = TRUE) |
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.