Skip to content

Releases: cynkra/cynkrathis

cynkrathis 0.3.4

20 Oct 16:56
Compare
Choose a tag to compare
  • Update snapshots
  • Use new cynkra pkgdown theme

cynkrathis 0.3.3

12 Jul 18:19
Compare
Choose a tag to compare
  • renv_downgrade(): Account for packages from remote sources and CRAN's "recommended" packages

cynkrathis 0.3.2

17 Jun 10:49
Compare
Choose a tag to compare
  • deploy_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)
  • Add 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 step (#18)
  • Add renv_donwgrade(), a helper for downgrading to old RSPM snapshots (#20)

cynkrathis 0.3.0

17 Mar 22:11
Compare
Choose a tag to compare
  • add deploy_minicran_package() (#16)

cynkrathis 0.2.0

04 Mar 20:47
Compare
Choose a tag to compare
  • 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