From c023eda761675fa33e55b35c8de60affdef8e2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sun, 17 Mar 2024 09:28:51 +0100 Subject: [PATCH] Improve NEWS [ci skip] --- NEWS.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index 88a6983e..e9c68af4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,16 +1,22 @@ - # remotes development version -* `install_github()` now uses credentials from the git credential store, - if `GITHUB_PAT` and `GITHUB_TOKEN` are not set. -* Remotes field accepts explicit package names: `=::/` (#719, @heavywatal). -* Add `remote_precedence` parameter to `dev_package_deps()` which allows user to choose whether - remote sources should have a priority over cran sources. (#732, @maksymiuks) +* `install_github()` now uses credentials from the git + credential store, if `GITHUB_PAT` and `GITHUB_TOKEN` are not set. +* The `Remotes` field in `DESCRIPTION` now accepts explicit package names: + `=::/` (#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). -* Add `additional_repositories` parameter to `dev_package_deps()` which allows user to choose whether - `Additional_repositories` should be extracted from the `DESCRIPTION` file and appended - to repos. (#782, @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). +* System requirements now support Ubuntu 22.04. +* `local_package_deps()` now errors for non-existent directories + (#772, @MatthieuStigler). # remotes 2.4.2