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

`use_package_doc()` should say something about the need to run `document()`

docs 💡

Just a little proof of concept. Addresses https://github.com/r-lib/usethis/pull/1956#discussion_r1508347797 With the usage of cli, the error messages have become a little bit more verbose. However, I believe that usethis error messages...

I am running into a missing value error trying to download and unzip large files with the `use_zip` function. I was able to isolate the issue to an incompatibility with...

When `min_version` is provided and it is a smaller semver than the one currently in the DESCRIPTION file, it will not be decremented to the lower version. ```r usethis::use_package("dplyr", min_version...