usethis icon indicating copy to clipboard operation
usethis copied to clipboard

Set up commonly used 📦 components

Results 154 usethis issues
Sort by recently updated
recently updated
newest added

If already in dev, i.e. DESCRIPTION ``` Version: 1.0.0.9000 ``` `use_version("dev")` increments to 1.0.0.9001 while `use_dev_version()` remains the same. Would you be open to a PR to make the functions...

![image](https://github.com/r-lib/usethis/assets/52606734/1193c709-f449-45e3-8612-7a40ebd30e38)

fix #1720 With the cli addition, this fits well, as you can open files one by one easily!

`use_github_release()` creates a tag on github but doesn't pull the tag to the local machine. It might be nice to either pull the tag automatically, or add a bullet point...

Based on our discussion at work week, I'd propose that we too new arguments/questions to `use_release_issue()`: `use_pre_release` and `use_branch`. If `use_pre_release` is true, then we create two issues a pre-release...

tidy :sparkles:
release :flight_departure:

fix #956 This is a rough draft. I would understand you'd rather take this on yourself, but in case it could be of any use, I thought I'd share! Edit:...

this is a new version of https://github.com/r-lib/usethis/pull/1921 @jennybc I took some time to type with 1 hand and I used the logic you proposed here https://github.com/r-lib/usethis/pull/1921#issuecomment-1941927554

On several occasions now I have tried to add a minimum package version using a `double` like so: ```r usethis::use_package("my_package", min_version = 1.1.0) ``` Each time I get an error,...

- Use correct host and ref in URL - Add "generated by" code