You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)