Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update news and README
Browse files Browse the repository at this point in the history
VincentGuyader committed Jul 2, 2024
1 parent 4a1a225 commit 728d791
Showing 6 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -30,7 +30,6 @@ Imports:
purrr,
R6 (>= 2.5.0),
remotes (>= 2.2.0),
renv,
usethis (>= 2.0.1),
utils
Suggests:
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
- `dock_from_renv` allow to specify user to use in Dockerfile
- the `dependencies` parameter in `dock_from_renv` if set to `TRUE` will install required dependencies plus optional and development dependencies. defaut is `NA` only required (hard) dependencies,
- Set the minimum version of the {pak} package to 0.6.0.
- Parameterize the `sysreqs_platform` used to find system dependencies in pkg_sysreqs
- Parameterize the `sysreqs_platform` used to find system dependencies in pkg_sysreqs (only debian/ubuntu based images are supported)


# dockerfiler 0.2.2
2 changes: 1 addition & 1 deletion R/dock_from_renv.R
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ pkg_sysreqs_mem <- memoise::memoise(
#' dependencies,
#' - `FALSE`: do not install any dependencies. (You might end up with a
#' non-working package, and/or the installation might fail.)
#' @param sysreqs_platform System requirements platform.`ubuntu` by default. If `NULL`, then the current platform is used. Can be : "ubuntu-22.04", or "rhel-9" if needed to fit with the `FROM` Operating System.
#' @param sysreqs_platform System requirements platform.`ubuntu` by default. If `NULL`, then the current platform is used. Can be : "ubuntu-22.04" if needed to fit with the `FROM` Operating System. Only debian or ubuntu based images are supported
#' @importFrom utils getFromNamespace
#' @return A R6 object of class `Dockerfile`.
#' @details
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,16 +18,16 @@ You’re reading the doc about version :

``` r
desc::desc_get_version()
#> [1] '0.2.2'
#> [1] '0.2.3'
```

The check results are:

``` r
devtools::check(quiet = TRUE)
#> ℹ Loading dockerfiler
#> ── R CMD check results ────────────────────────────────── dockerfiler 0.2.2 ────
#> Duration: 1m 0.6s
#> ── R CMD check results ────────────────────────────────── dockerfiler 0.2.3 ────
#> Duration: 1m 31.3s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
```
2 changes: 1 addition & 1 deletion dev/flat_dock_from_renv.Rmd
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ pkg_sysreqs_mem <- memoise::memoise(
#' dependencies,
#' - `FALSE`: do not install any dependencies. (You might end up with a
#' non-working package, and/or the installation might fail.)
#' @param sysreqs_platform System requirements platform.`ubuntu` by default. If `NULL`, then the current platform is used. Can be : "ubuntu-22.04", or "rhel-9" if needed to fit with the `FROM` Operating System.
#' @param sysreqs_platform System requirements platform.`ubuntu` by default. If `NULL`, then the current platform is used. Can be : "ubuntu-22.04" if needed to fit with the `FROM` Operating System. Only debian or ubuntu based images are supported
#' @importFrom utils getFromNamespace
#' @return A R6 object of class `Dockerfile`.
#' @details
3 changes: 3 additions & 0 deletions man/dock_from_renv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 728d791

Please sign in to comment.