diff --git a/dev/articles/dependencies.html b/dev/articles/dependencies.html index 71e1ea01..4c6bad24 100644 --- a/dev/articles/dependencies.html +++ b/dev/articles/dependencies.html @@ -78,7 +78,7 @@
vignettes/dependencies.Rmd
dependencies.Rmd
GITHUB_PAT
and GITHUB_TOKEN
are not set.
Remotes
field in DESCRIPTION
now accepts explicit package names: <pkgname>=<type>::<username>/<repo>
(#719, @heavywatal).dev_package_deps()
noq has a remote_precedence
parameter which allows the user to choose whether remote sources should have a priority over CRAN sources (#732, @maksymiuks).dev_package_deps()
now works for packages with Enhances
dependencies (#711, @maksymiuks).dev_package_deps()
now has an additional_repositories
parameter which allows the user to choose whether Additional_repositories
should be extracted from the DESCRIPTION
file and appended to repos (#782, @maksymiuks).install_dev()
now ignores a trailing slash (#692, @krlmlr).BITBUCKET_PASSWORD
(e.g. evelynwaugh:swordofhonour
)
Note that on Windows, authentication requires the "libcurl" download
method. You can set the default download method via the
-download.file.method
option:
options(download.file.method = "libcurl")
download.file.method
option:
+
In particular, if unset, RStudio sets the download method to "wininet". To override this, you might want to set it to "libcurl" in your R profile, see base::Startup. The caveat of the "libcurl" method is diff --git a/dev/reference/package_deps.html b/dev/reference/package_deps.html index 89998477..6a5741a5 100644 --- a/dev/reference/package_deps.html +++ b/dev/reference/package_deps.html @@ -79,7 +79,9 @@