remotes 2.1.1
Minor improvements and fixes
-
Installing mixed binary and source dependencies when the latest versions of
some packages do not have binaries yet should now install dependencies in the
correct order to prevent load failures (#296) -
github_error()
now also works when a GitHub (Enterprise) server does not
return information about the rate limit (@dpprdan, #396, #413). -
install_gitlab
passes thequiet
argument on togitlab_pat
(@MichaelChirico, #437) -
remotes
is now resilient against installed packages that declare
RemoteType: standard
but do not include aRemoteRepos
orRemotePkgType
field. In such a case, the values forgetOption("repos")
and
getOption("pkgType")
will be used (respectively). -
install_gitlab()
now installs from repositories in subgroups and with dots
in their name.subdir
is now an explicit argument instead of implicit in
repo
(@robertdj, #259, #420). -
install()
now passes the ellipsis...
toinstall_deps()
(@Neil-Schneider, #411) -
The tests have been updated to work with newer versions of callr and R 4.0