forked from andrie/miniCRAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.41 KB
/
DESCRIPTION
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: miniCRAN
Version: 0.2.14
Authors@R: c(
person("Andrie", "de Vries", role=c("aut", "cre", "cph"), email="apdevries@gmail.com"),
person("Alex", "Chubaty", role="ctb", email="alex.chubaty@gmail.com"),
person("Microsoft Corporation", role="cph")
)
License: GPL-2
Copyright: Andrie de Vries, Microsoft Corporation
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.
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 (or zero) Internet access.
URL: https://github.com/andrie/miniCRAN
BugReports: https://github.com/andrie/miniCRAN/issues
Imports:
graphics,
httr,
methods,
stats,
tools,
utils,
igraph,
assertthat (>= 0.2.0)
Suggests:
devtools,
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr,
withr,
mockery,
testthis,
roxygen2
LazyData: true
LazyLoad: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-GB
Config/testthat/edition: 3