|
1 | 1 | # usethis (development version) |
2 | 2 |
|
| 3 | +## Formatting |
| 4 | + |
3 | 5 | * `use_air()` is a new function to configure a project to use |
4 | 6 | [Air](https://posit-dev.github.io/air), an extremely fast R code formatter. |
5 | 7 |
|
6 | 8 | * `use_tidy_style()` is deprecated, in favor of using Air for any new, explicit |
7 | 9 | formatting efforts (#2110). |
8 | 10 |
|
9 | | -* `use_package(min_version = FALSE)` is treated the same as when `min_version` |
10 | | - is not specified (#2117, @salim-b). |
| 11 | +## Project-hood |
11 | 12 |
|
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 |
15 | 14 | expanded to include (#2133): |
16 | 15 | - a `.vscode/settings.json` file, which Positron or VS Code might create |
17 | 16 | - a `_quarto.yml` file, typical of a Quarto project |
|
27 | 26 | usethis's `create_*()` functions, such as opening the newly created project in |
28 | 27 | your IDE (#1891, @focardozom). |
29 | 28 |
|
| 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 | + |
30 | 38 | * Several deprecated functions have been removed: |
31 | 39 | - `use_rscloud_badge()`, deprecated in v2.2.0; use `use_posit_cloud_badge()` |
32 | 40 | instead |
|
0 commit comments