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

For non-tidy upkeep issue.

feature
upkeep :broom:

To `expect_snapshot()`

feature
tidy :sparkles:
upkeep :broom:

### Issue: usethis::use_rcpp_armadillo() Generates CXX_STD=CXX1, Leading to CRAN Note on C++11 Specification #### Description: When using the `usethis::use_rcpp_armadillo()` function, it generates `src/Makevars` and `src/Makevars.win` with `CXX_STD=CXX1` . Running `devtools::check()` subsequently...

bug
good first issue :heart:
code :desktop_computer:

Running `edit_r_environ()` returns the following message: ```r > usethis::edit_r_environ() • Modify '/Users/colinfay/.Renviron' • Restart R for changes to take effect ``` The message suggests that the user should restart R,...

feature
edit 🧞‍♂️

I've experienced, a couple time now, that CRAN doesn't run mac checks until after the package is accepted (which then results in a 2-week deadline request to fix the issue,...

feature
release :flight_departure:

``` > usethis::use_description(check_name = FALSE) Warning in path_file(base_path) : restarting interrupted promise evaluation Error: Path '/private/var/folders/9n/3nxsgkrj0rlfx196kzdttpww0000gn/T/tmp.eEeqQPBN/' does not appear to be inside a project or package. Read more in the...

bug
description :books:

With an up-tick of usage with [r-universe](https://r-universe.dev/search/), would a PR to add an r-universe badge to the README of a project be of interest? e.g. ```r usethis::use_r_universe_badge() ``` would generate:...

feature
readme :house:

In exploring options for creating a R Project file, I found `create_project()` and wondered if it might be enhanced by the addition of new parameters to better support the creation...

feature
non-package

If I create a repo on GitHub, then rename it and then try to use `use_github()` with the old name, it errors with `"Repo [reponame] already exists on 'github.com'"`, even...

bug
git

`?use_description` contains the following text under the 'fields' argument: > See [use_description()](#) for how you can set personalized defaults using package options. With the link going to the same documentation...

documentation