Skip to content

Commit 4a642a6

Browse files
committed
Polish NEWS
1 parent 7aebd44 commit 4a642a6

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

NEWS.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# usethis (development version)
22

3+
## Formatting
4+
35
* `use_air()` is a new function to configure a project to use
46
[Air](https://posit-dev.github.io/air), an extremely fast R code formatter.
57

68
* `use_tidy_style()` is deprecated, in favor of using Air for any new, explicit
79
formatting efforts (#2110).
810

9-
* `use_package(min_version = FALSE)` is treated the same as when `min_version`
10-
is not specified (#2117, @salim-b).
11+
## Project-hood
1112

12-
* `use_r_universe_badge()` is a new function that creates a README badge indicating your package is available on [R-universe](https://r-universe.dev) and reporting the latest version (@olivroy, #1883).
13-
14-
* usethis's criteria for recognizing a project (listed in `proj_utils`) have
13+
* usethis's criteria for recognizing a project (listed in `?proj_utils`) have
1514
expanded to include (#2133):
1615
- a `.vscode/settings.json` file, which Positron or VS Code might create
1716
- a `_quarto.yml` file, typical of a Quarto project
@@ -27,6 +26,15 @@
2726
usethis's `create_*()` functions, such as opening the newly created project in
2827
your IDE (#1891, @focardozom).
2928

29+
## Other
30+
31+
* `use_package(min_version = FALSE)` is treated the same as when `min_version`
32+
is not specified (#2117, @salim-b).
33+
34+
* `use_r_universe_badge()` is a new function that creates a README badge
35+
indicating your package is available on [R-universe](https://r-universe.dev)
36+
and reporting the latest version (@olivroy, #1883).
37+
3038
* Several deprecated functions have been removed:
3139
- `use_rscloud_badge()`, deprecated in v2.2.0; use `use_posit_cloud_badge()`
3240
instead

0 commit comments

Comments
 (0)