File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Package: dockerfiler
22Title: Easy Dockerfile Creation from R
3- Version: 0.1.6
3+ Version: 0.2.1
44Authors@R: c(
55 person("Colin", "Fay", , "
[email protected] ", role = c("cre", "aut"),
66 comment = c(ORCID = "0000-0001-7343-1846")),
@@ -17,7 +17,7 @@ Description: Build a Dockerfile straight from your R session.
1717License: MIT + file LICENSE
1818URL: https://github.com/ThinkR-open/dockerfiler
1919BugReports: https://github.com/ThinkR-open/dockerfiler/issues
20- Imports:
20+ Imports:
2121 attempt (>= 0.3.1),
2222 cli (>= 2.3.0),
2323 desc (>= 1.2.0),
@@ -31,12 +31,12 @@ Imports:
3131 renv (>= 0.12.0),
3232 usethis (>= 2.0.1),
3333 utils
34- Suggests:
34+ Suggests:
3535 knitr (>= 1.31),
3636 rmarkdown (>= 2.6),
3737 testthat (>= 3.0.0),
3838 withr
39- VignetteBuilder:
39+ VignetteBuilder:
4040 knitr
4141Config/testthat/edition: 3
4242Encoding: UTF-8
Original file line number Diff line number Diff line change 1- # dockerfile 0.1.6
1+ # dockerfile 0.2.0 to 0.3.0
22
3- fix: graceful failing in case no internet
4- # dockerfile 0.1.5
3+ - fix: graceful failing in case no internet
54
6- * Added ` dock_from_renv() ` , to create a Dockerfile from a renv.lock file (@JosiahParry , @statnmap )
5+ - feat: Added ` dock_from_renv() ` , to create a Dockerfile from a renv.lock file (@JosiahParry , @statnmap )
76
87# dockerfiler 0.1.4
98
You can’t perform that action at this time.
0 commit comments