diff --git a/NEWS.md b/NEWS.md index 4ba5ce6c7..c67e0bc1c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # devtools (development version) -* Use `httr` package conditionally with `rlang::check_installed("httr")` - (#2573). +* Functions that use httr now explicitly check that it is installed + (@catalamarti, #2573). * `test_coverage()` now works if the package has not been installed.