renv_downgrade()
: Account for packages from remote sources and CRAN's "recommended" packagesdeploy_minicran_package()
now also works if no global git config was set by copying the projects git config to the temporary drat directory (#21)deploy_minicran_package()
uses a fresh directory for each clone task now instead of reusing the previous one which might lead to conflicts (#22)renv_install_local()
, an {renv} helper which helps building local packages by moving them to the shared {renv} cache location for local packages and installing them - all in one steprenv_donwgrade()
, a helper for downgrading to old RSPM snapshotsdeploy_minicran_package()
: compatibility with drat 0.2.0renv_switch_r_version()
: coerce new_snapshot
date to character to prevent NA printingdeploy_minicran_package()
(#16)init_renv()
: rewrite function:
local_packages
and additional_repos
exclude_local
to exclude
convenience_packages
renv::scaffold()
instead of renv::init()
renv_switch_r_version()
:
snapshot
and update
because these do not play well
when changing an R version in the same session and are also troublesome
after automatic restarts