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
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,30 @@
1
1
# devtools (development version)
2
2
3
+
*`test_file()` has been renamed to `test_active_file()` and `test_coverage_file()` has been renamed to `test_coverage_active_file()` to avoid a name collision with `testthat::test_file()`.
4
+
The previous names have been soft deprecated in this release, they will be hard deprecated in the next release and eventually removed. (#2125)
5
+
3
6
*`build_readme()` now supports readme files located in `inst/README.Rmd`, as intended (#2333)
4
7
5
-
* DT has been moved from Imports to Suggests. DT is only needed when running
6
-
`test_coverage()` so now you'll be prompted to install it when needed.
8
+
*The covr and DT packages have been moved from Imports to Suggests.
9
+
They are only needed when running `test_coverage()`and `test_coverage_active_file()`so now you'll be prompted to install them we needed.
7
10
8
-
* Make the `.gitignore` entries automatically created by `build_vignettes` more
9
-
specific. (@klmr, #2317)
11
+
* Make the `.gitignore` entries automatically created by `build_vignettes` more specific. (@klmr, #2317)
10
12
11
13
* Add a check to `change_maintainer_email()` to assess whether the email is actually changed.
12
14
If the email is not changed, the code now stops such that an email is not accidentally sent to the wrong recipient. (@emilsjoerup, #2073)
13
15
14
-
*`check()` only re-documents if you have a matching version of roxygen2
15
-
(#2263).
16
+
*`check()` only re-documents if you have a matching version of roxygen2 (#2263).
16
17
*`run_examples(fresh = TRUE)` again works without error (#2264)
17
18
18
19
*`pkgload::inst()` is no longer re-exported (#2218).
19
20
20
-
* Old `check_results()` function has been removed. It was not used by any
21
-
CRAN package, and much better alternatives are available in the
0 commit comments