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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# devtools (development version)
2
2
3
+
* remotes has moved from Imports to Suggests (#2663).
3
4
*`bash()`, `create()`, `missing_s3()`, `reload()`, `show_news()`, and `wd()` are now deprecated. These functions are all historical parts of our workflow that we no longer use or recommend. `create()` is superseded by `usethis::create_package()`.
4
5
*`build_manual()` reports more details on failure (#2586).
5
6
*`check_doc_fields()` is a new function that checks for missing `\value` and `\examples` fields in Rd files, which are commonly flagged by CRAN (#2525).
6
7
*`build_vignettes()` and `clean_vignettes()` are now deprecated. We no longer recommend building vignettes in this way; instead use `pkgdown::build_article()` to render articles locally (#2488).
7
8
*`build_site()` now just calls `pkgdown::build_site()`, meaning that you will get more (informative) output by default (#2578).
8
9
* New `check_mac_devel()` function to check a package using the macOS builder at https://mac.r-project.org/macbuilder/submit.html (@nfrerebeau, #2507)
10
+
*`dev_sitrep()` now uses pak instead of remotes to check for outdated dependencies (#2663).
9
11
*`dev_sitrep()` now uses cli for user-facing messages instead of deprecated usethis UI functions.
10
12
*`dev_sitrep()` now works correctly in Positron (#2618).
11
13
*`is_loading()` is now re-exported from pkgload (#2556).
0 commit comments