-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.27 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
Package: pracpac
Title: Practical 'R' Packaging in 'Docker'
Version: 0.2.0
Authors@R:
c(person(given = "Stephen",
family = "Turner",
role = c("aut"),
comment = c(ORCID = "0000-0001-9140-9028")),
person(given = "VP",
family = "Nagraj",
role = c("cre", "aut"),
email="[email protected]",
comment = c(ORCID = "0000-0003-0060-566X")),
person("Signature Science, LLC.",
role = "cph"))
Description: Streamline the creation of 'Docker' images with 'R' packages and dependencies embedded. The 'pracpac' package provides a 'usethis'-like interface to creating Dockerfiles with dependencies managed by 'renv'. The 'pracpac' functionality is described in Nagraj and Turner (2023) <doi:10.48550/arXiv.2303.07876>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
magrittr,
glue,
fs,
rprojroot,
renv,
pkgbuild
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://signaturescience.github.io/pracpac/, https://github.com/signaturescience/pracpac/
BugReports: https://github.com/signaturescience/pracpac/issues