-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 2.69 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 2.69 KB
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
47
48
49
50
51
52
53
54
55
56
57
Package: rix
Title: Reproducible Data Science Environments with 'Nix'
Version: 0.18.2
Authors@R: c(
person(given = "Bruno", family = "Rodrigues", email = "bruno@brodrigues.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689")),
person(given = "Philipp", family = "Baumann", email = "baumann-philipp@protonmail.com", role = "aut",
comment = c(ORCID = "0000-0002-3194-8975")),
person(given = "David", family = "Watkins", email = "wwatkins@usgs.gov", role = "rev",
comment = c("David reviewed the package (v. 0.9.1) for rOpenSci,
see <https://github.com/ropensci/software-review/issues/625>")),
person(given = "Jacob", family = "Wujiciak-Jens", , "jacob@wujciak.de", 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>")),
person(given = "Richard J.", family = "Acton", email = "actonr@babraham.ac.uk", role = "ctb",
comment = c(ORCID = "0000-0002-2574-9611")),
person(given = "Jordi", family = "Rosell", email = "jroselln@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-4349-1458")),
person(given = "Elio", family = "Campitelli", email = "eliocampitelli@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-7742-9230")),
person(given = "László", family = "Kupcsik", email = "dev@biobits.be", role = "ctb",
comment = c(ORCID = "0000-0003-3535-5496")),
person(given = "Michael", family = "Heming", email = "mhem@mailbox.org", role = "ctb",
comment = c(ORCID = "0000-0002-9568-2790"))
)
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 or programming languages such
as Python or Julia. 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.3