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

After running `use_git()` in a new project, I'm asked if want to commit a number of files with the answers being, in my case ``` 1: Negative 2: Absolutely not...

In `renv`, I had a NEWS file with the structure: ``` # renv (development version) * Fixed an issue where downloads could fail with curl >= 8.7.1. (#1869) < ......

Is it worth overriding usethis i bullet to make it yellow. FWIW, in most devtools / tidyverse packages, the blue default is used. ![image](https://github.com/r-lib/usethis/assets/52606734/35fa81a8-ac9d-4ca6-8d49-decc47646f47) And with latest dev usethis, with...

I had to recreate an access token this morning, so I thought it'd be a good idea to make this runnable! before: ![Capture d’écran, le 2024-04-10 à 6 53 02...

Currently, `use_article()` only checks and puts rmarkdown into Config/Needs/website, but the article.Rmd template is using knitr. Shouldn't it also be checked for an added like in the `use_vignette()` hook

`usethis::use_data()` automatically adds a minimum required R version: https://github.com/r-lib/usethis/blob/9e64daf13ac1636187d59e6446d9526a414d8ba6/R/data.R#L47-L51 But these version numbers do not correspond to any actual R version. In practice, this adds a dependency to `R (>=...

I'm not sure how to create a complete reprex for this. I definitely recommend making sure everything is committed in whatever directory you're using if you're in a real project....

Fix for issue #1961 to allow use_zip to successfully unzip file with different directory structure

Now we're a few years past the R 3.6 release is it worth bumping the default `version` argument for `use_data()` from 2 to 3 (matching R's current default)?