-
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.
- Loading branch information
Showing
6 changed files
with
23 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Package: miniCRAN | ||
Date: 2018-01-15 | ||
Version: 0.2.11 | ||
Authors@R: c(person("Microsoft Corporation", role="cph"), person("Andrie", "de | ||
Vries", role=c("aut", "cre", "cph"), email="[email protected]"), | ||
person("Alex", "Chubaty", role="ctb", email="[email protected]")) | ||
License: GPL-2 | ||
Copyright: Microsoft Corporation | ||
Copyright: Microsoft Corporation, Andrie de Vries | ||
Title: Create a Mini Version of CRAN Containing Only Selected Packages | ||
Description: Makes it possible to create an internally consistent | ||
repository consisting of selected packages from CRAN-like repositories. | ||
|
@@ -12,8 +14,6 @@ Description: Makes it possible to create an internally consistent | |
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 (or zero) Internet access. | ||
Date: 2017-12-27 | ||
Version: 0.2.11.9000 | ||
URL: https://github.com/andrie/miniCRAN | ||
BugReports: https://github.com/andrie/miniCRAN/issues | ||
SystemRequirements: Imports the `curl` and `XML` packages. These have system | ||
|
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
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
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