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
* use_tidy_upkeep_issue(2025)
* use_air()
* Format the whole package with air
Or, at least, the `.R` files, I guess?
I used the air binary that's inside the extension, like so:
/Users/jenny/.positron/extensions/posit.air-vscode-0.10.0-darwin-arm64/bundled/bin/air format .
* use_package("R", "Depends", "4.1")
* Remove usage of %>%
Opened #2124 to deprecate `use_pipe()`, which is a separate matter
* Add ROR for Posit
* knitr::convert_chunk_header(type = "yaml", output = identity, "vignettes/articles/SOMETHING.Rmd")
* use_mit_license()
* use_tidy_github_actions()
* use_tidy_description()
* Inform air to ignore .R files that are whisker templates
* Use current recommendations around testing errors
* Use the base R anonymous function syntax
The base pipe
|>
has been around long enough now that usethis should probably not facilitate and implicitly endorse the moves inuse_pipe()
.The text was updated successfully, but these errors were encountered: