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

``` pr_finish() ✔ Switching back to default branch ('master'). ✔ Pulling changes from 'origin/master' ✔ Deleting local 'tmp' branch. ✔ PR 'repo_name/test/#1' has been merged, deleting remote branch 'origin/tmp' system("git...

I'm slowly shifting from RMarkdown to Quarto, and it would be great to have a `use_readme_qmd()` in addition to the [Rmd and Md README functions](https://usethis.r-lib.org/reference/use_readme_rmd.html?q=use_read).

feature
readme :house:

`version = 3` is only supported by R >= 3.5.0, so this should be the minimal dependency version, IMHO. Are there tests for `use_dependency()` in `use_data()`? I haven't found any...

I recently learned that the default paths for RStudio Cloud projects, both for individual projects and for projects inside shared spaces, have been changed such that the word `content` is...

bug
readme :house:

I just did a `pr_finish()` on an external PR that was closed unmerged, but that I had explored with `pr_fetch()`. The contributor had already deleted the associated branch, after my...

bug
git

Following checklist roughed out in https://github.com/DavisVaughan/extrachecks-html5/issues/2

feature
release :flight_departure:

I think fairly recently git started requiring that you set one of three merge strategies before pulling when there are divergent branches: ``` hint: You have divergent branches and need...

feature
git

I use a wrapper that allows me to switch projects only by typing the name (as opposed to giving the full path) https://olivroy.github.io/reuseme/reference/proj_switch.html Looks at given options in Rprofile to...

`name` needs a default value in `use_rcpp()` or we should check `name` earlier and exit early and informatively if not provided. Introduced in https://github.com/r-lib/usethis/commit/3c03f5cdeb6c96f528d019ea58931e8352f47dd7. `use_rcpp()` now errors if called without...

bug
code :desktop_computer:

Why don't we add a `.gitignore` in `create_project()` and `create_package()`?

git