-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
46 lines (46 loc) · 1.82 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: rix
Title: Reproducible Data Science Environments with 'Nix'
Version: 0.13.5
Authors@R: c(
person("Bruno", "Rodrigues", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689")),
person("Philipp", "Baumann", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3194-8975")),
person("David", "Watkins", , "[email protected]", role = "rev",
comment = c("David reviewed the package (v. 0.9.1) for rOpenSci,
see <https://github.com/ropensci/software-review/issues/625>")),
person("Jacob", "Wujiciak-Jens", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-7281-3989", "Jacob reviewed the
package (v. 0.9.1) for rOpenSci,
see <https://github.com/ropensci/software-review/issues/625>"))
)
Description: Simplifies the creation of reproducible data science environments
using the 'Nix' package manager, as described in
Dolstra (2006) <ISBN 90-393-4130-3>. The included `rix()`
function generates a complete description of the environment as a
`default.nix` file, which can then be built using 'Nix'. This results in
project specific software environments with pinned versions of R, packages,
linked system dependencies, and other tools. Additional helpers make it easy
to run R code in 'Nix' software environments for testing and production.
License: GPL (>= 3)
URL: https://docs.ropensci.org/rix/
BugReports: https://github.com/ropensci/rix/issues
Depends:
R (>= 2.10)
Imports:
codetools,
curl,
jsonlite,
sys,
utils
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2