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
Copy file name to clipboardExpand all lines: NEWS.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# remotes (development version)
2
2
3
+
* Remotes functions can now install dependencies from additional DESCRIPTION fields, e.g. passing `dependencies = "Config/Needs/website"` will install the dependencies listed in the `Config/Needs/website: ` field in the package's DESCRIPTION.
4
+
Prefixing fields with `Config/Needs` allows them to pass `R CMD check` without a NOTE, so it is the recommended format.
5
+
6
+
* New `system_requirements()` function to query the Public RStudio Package Manager for system requirements for a package (and its dependencies)
7
+
3
8
*`install_*()` family of functions defaults to the default branch, not the `master` branch (@MyKo101,#508).
4
9
5
10
* Another fix for the mixed binary and source dependency issue, it should hopefully be fully squashed now (#296).
@@ -12,7 +17,7 @@
12
17
13
18
*`parse_submodules()` internal regular expression is now PCRE 2 compatible (#502, @jan-glx)
14
19
15
-
*New `system_requirements()` function to query the Public RStudio Package Manager for system requirements for a package (and its dependencies)
20
+
*Another fix for the mixed binary and source dependency issue, it should hopefully be fully squashed now (#296)
16
21
17
22
*`install_version()` now avoids use of `base::url()`, as prior to R 3.6.2 it had a bug when downloading large files (#463)
0 commit comments