The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
dock_from_renv()
test to catch all output
linespak::pkg_system_requirements
to
pak::pkg_sysreqs()
thanks to @B0ydTdock_from_renv
allow to specify user to use in
Dockerfiledependencies
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,sysreqs_platform
used to find system
dependencies in pkg_sysreqs (only debian/ubuntu based images are
supported)fix : create a use_pak
parameters in
dock_from_renv
to set
renv.config.pak.enabled = FALSE
instead of
renv.config.pak.enabled = TRUE
to avoid issues with {pak}
during renv::restore()
feat: use of {memoise} to cache call to
pak::pkg_system_requirements
fix : dont depend anymore to {renv} use an internalised {renv} version (1.0.3)
fix : remove renv:::lockfile
and use
lockfile_read
instead
feat: Added dock_from_renv()
, to create a Dockerfile
from a renv.lock file (@JosiahParry, @statnmap)
feat: Added parse_dockerfile()
, to Create a
Dockerfile object from a Dockerfile file (@JosiahParry)
feat: Added renv_version
parameter to
dock_from_renv
to be able to fix the renv version to use
during renv::restore()
(@campbead)
fix: graceful failing in case no internet
fix: the dedicated compact_sysreqs
function allow to
deal with ‘complex’ sysreqs, such as chromimum installation
feat: add jammy ubuntu distro in available distro
dock_from_desc()
rthis()
add_after()
R6 methoddock_from_desc()
, to create a Dockerfile from a
DESCRIPTIONThese binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.