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

Definitely needs to wait a while, for the new macOS builder (https://mac.r-project.org/macbuilder/submit.html) to accumulate some usage. Even then, it's not completely clear we (tidyverse) want or need this, given that...

tidy :sparkles:
release :flight_departure:

This PR is one way to resolve an error that arises when following @jimhester's advice on ["Getting started with cpp11"](https://cpp11.r-lib.org/articles/cpp11.html#using-cpp11-in-a-package), which simply says to add a "LinkingTo" statement. `cpp11` has...

I talked with @jennybc at useR! about adding functionality to easily add or adapt authors in the Authors@R field in the description. Essentially the same functionality and use as `use_package()`....

Some of the rendered output will look different after the general `master` to `main` switch (once #1480 is closed). This basically amounts to walking through these steps again and updating...

good first issue :heart:
help wanted :heart:
git
docs 💡

This would be a companion to the existing [`create_from_github()`](https://usethis.r-lib.org/reference/create_from_github.html), but instead of cloning or fork-and-cloning, it initiates a new repo from a GitHub template repo. Recent twitter discussion, which references...

feature
non-package
git

It would be good to look at all the desc usage holistically and figure out if there are some missing helpers (e.g. I see a lot of `desc::desc(file = project_get())`....

tooling :hammer:

https://citation-file-format.github.io/

feature

Rather than erroring, as currently.

git
release :flight_departure:

### Brief description of the problem The `usethis::use_spell_check()` option creates a `WORDLIST` that is interpreted by only the `{spelliing}` package. Unfortunately, CRAN does not use the `{spelling}` package as part...

feature

I can never remember the signature for `.onLoad()`, and end up copying it around from package to package. I would like to propose `use_onload()` which would: - Create `zzz.R` if...

feature
code :desktop_computer: