Skip to content

Commit c023eda

Browse files
committed
Improve NEWS
[ci skip]
1 parent a26a3ed commit c023eda

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

NEWS.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
21
# remotes development version
32

4-
* `install_github()` now uses credentials from the git credential store,
5-
if `GITHUB_PAT` and `GITHUB_TOKEN` are not set.
6-
* Remotes field accepts explicit package names: `<pkgname>=<type>::<username>/<repo>` (#719, @heavywatal).
7-
* Add `remote_precedence` parameter to `dev_package_deps()` which allows user to choose whether
8-
remote sources should have a priority over cran sources. (#732, @maksymiuks)
3+
* `install_github()` now uses credentials from the git
4+
credential store, if `GITHUB_PAT` and `GITHUB_TOKEN` are not set.
5+
* The `Remotes` field in `DESCRIPTION` now accepts explicit package names:
6+
`<pkgname>=<type>::<username>/<repo>` (#719, @heavywatal).
7+
* `dev_package_deps()` noq has a `remote_precedence` parameter which allows
8+
the user to choose whether remote sources should have a priority over
9+
CRAN sources (#732, @maksymiuks).
910
* `dev_package_deps()` now works for packages with `Enhances` dependencies
1011
(#711, @maksymiuks).
11-
* Add `additional_repositories` parameter to `dev_package_deps()` which allows user to choose whether
12-
`Additional_repositories` should be extracted from the `DESCRIPTION` file and appended
13-
to repos. (#782, @maksymiuks)
12+
* `dev_package_deps()` now has an `additional_repositories` parameter
13+
which allows the user to choose whether `Additional_repositories` should
14+
be extracted from the `DESCRIPTION` file and appended to repos
15+
(#782, @maksymiuks).
16+
* `install_dev()` now ignores a trailing slash (#692, @krlmlr).
17+
* System requirements now support Ubuntu 22.04.
18+
* `local_package_deps()` now errors for non-existent directories
19+
(#772, @MatthieuStigler).
1420

1521
# remotes 2.4.2
1622

0 commit comments

Comments
 (0)