Skip to content

v2.0.2

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 31 Oct 09:49

remotes 2.0.2

  • install_deps() now installs un-installed remotes packages even when
    upgrade = "never" (@ankane, #227)

  • install_version() now removes metadata added as a byproduct of using
    install_url() internally() (#224)

  • install() now avoids converting warnings to errors if
    R_REMOTES_NO_ERRORS_FROM_WARNINGS is unset and
    _R_CHECK_FORCE_SUGGESTS_=false. This avoids failures due to Suggested
    packages potentially being missing.

  • install_bitbucket() now works properly with packages in subdirectories
    (#220)

  • install_deps() now installs un-installed packages even when upgrade = "never" (#218)