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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Deprecations
13
13
14
14
Other improvements
15
15
16
+
*`build_readme()` gains support for `README.qmd` and renders using Quarto (#2620).
16
17
*`install()` now installs dependencies with `pak::local_install_deps()` instead of `remotes::install_deps()`. This lets us default to `upgrade = FALSE`, so that existing dependencies are only upgraded when a newer version is actually required (#2486). `keep_source` now defaults to `TRUE` when `build = FALSE`, so that source references are automatically preserved during development installs.
17
18
*`build_manual()` reports more details on failure (#2586).
18
19
*`build_site()` now just calls `pkgdown::build_site()`, meaning that you will get more (informative) output by default (#2578).
@@ -27,8 +28,7 @@ Other improvements
27
28
28
29
# devtools 2.4.6
29
30
30
-
* Functions that use httr now explicitly check that it is installed
31
-
(@catalamarti, #2573).
31
+
* Functions that use httr now explicitly check that it is installed (@catalamarti, #2573).
32
32
33
33
*`test_coverage()` now works if the package has not been installed.
0 commit comments