Skip to content

cynkrathis 0.2.0

Compare
Choose a tag to compare
@pat-s pat-s released this 04 Mar 20:47
· 2 commits to d228017367d6456cc5af89c1bbfd6b3eb6cc5fc1 since this release
  • init_renv(): rewrite function:

    • Remove arguments local_packages and additional_repos
    • Rename argument exclude_local to exclude
    • Add argument convenience_packages
    • Use renv::scaffold() instead of renv::init()
  • renv_switch_r_version():

    • remove arguments 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