You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param repos character. The URL(s) of the repositories to use for `options("repos")`.
19
19
#' @param extra_sysreqs character vector. Extra debian system requirements.
20
20
#' Will be installed with apt-get install.
21
-
#' @param renv_version character. The renv version to use in the generated Dockerfile. By default, it is set to the version specified in the `renv.lock` file.
21
+
#' @param renv_version character. The renv version to use in the generated Dockerfile. By default, it is set to the version specified in the `renv.lock` file.
22
22
#' If the `renv.lock` file does not specify a renv version,
23
-
#' the version of renv bundled with dockerfiler,
23
+
#' the version of renv bundled with dockerfiler,
24
24
#' specifically `r dockerfiler::renv$initialize();toString(dockerfiler::renv$the$metadata$version)`, will be used.
25
25
#' If you set it to `NULL`, the latest available version of renv will be used.
26
26
#' @param use_pak boolean. If `TRUE` use pak to deal with dependencies during `renv::restore()`. FALSE by default
0 commit comments