generated from coatless-devcontainer/r-pkg
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1009 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
Package: dockitect
Title: Create and Validate Dockerfiles Programmatically
Version: 0.0.1
Authors@R: c(
person("James Joseph", "Balamuta",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: A toolkit for programmatically creating, modifying, and validating
Dockerfiles in R. Provides a pipe-friendly interface for building Docker
environments from R sessions, packages, and scripts, with support for templates
and automatic system requirement detection.
URL: https://r-pkg.thecoatlessprofessor.com/dockitect/, https://github.com/coatless-rpkg/dockitect
BugReports: https://github.com/coatless-rpkg/dockitect/issues
License: AGPL (>= 3)
Depends: R (>= 4.4)
Imports:
cli,
pak,
jsonlite
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr