-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
46 lines (46 loc) · 1.45 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: dockerfiler
Title: Easy Dockerfile Creation from R
Version: 0.2.4
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
person("Vincent", "Guyader", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0671-9270")),
person("Josiah", "Parry", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9910-865X")),
person("Sébastien", "Rochette", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1565-9313"))
)
Description: Build a Dockerfile straight from your R session.
'dockerfiler' allows you to create step by step a Dockerfile, and
provide convenient tools to wrap R code inside this Dockerfile.
License: MIT + file LICENSE
URL: https://github.com/ThinkR-open/dockerfiler
BugReports: https://github.com/ThinkR-open/dockerfiler/issues
Imports:
attempt (>= 0.3.1),
cli (>= 2.3.0),
desc (>= 1.2.0),
fs (>= 1.5.0),
glue (>= 1.4.2),
jsonlite (>= 1.7.2),
memoise,
pak (>= 0.6.0),
pkgbuild (>= 1.2.0),
purrr,
R6 (>= 2.5.0),
remotes (>= 2.2.0),
usethis (>= 2.0.1),
utils
Suggests:
knitr (>= 1.31),
rmarkdown (>= 2.6),
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
Config/fusen/version: 0.6.0
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2