Skip to content

Releases: ddsjoberg/updater

updater 0.1.2

22 Sep 04:10
Compare
Choose a tag to compare
  • In the release of {renv} v1.0.0 release, renv::install() began prompting users by default about the installation of each package. This default behavior has now been silenced with renv::install(prompt=FALSE). (#9)

updater 0.1.1

09 Sep 12:34
Compare
Choose a tag to compare
  • The install_pkgs() function can now re-install packages from the R-Universe. (#3)

  • Added a condition in previous_r_version() that the R version returned must begin with "R-". Previously, an incorrect value could be returned that was not an R version. (#2)

updater 0.1.0

17 Jun 12:18
Compare
Choose a tag to compare
  • First release.