forked from ropensci/rix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 874 Bytes
/
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
Package: rix
Title: Rix: Reproducible Environments with Nix
Version: 0.9.1
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"))
)
Description: Provides helper functions to create reproducible development
environments using the Nix package manager.
License: GPL (>= 3)
URL: https://b-rodrigues.github.io/rix/
BugReports: https://github.com/b-rodrigues/rix
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