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

Follow-on from #685: > This is adjacent to #466, but I wonder what should be the default "conspicuous place" on RStudio Cloud. Currently, it seems to be `home/rstudio-user`, which I...

feature
paths πŸšΆβ€β™‚οΈ
tooling :hammer:

https://rstudio.github.io/rstudio-extensions/rstudio_project_templates.html

feature
wip

Test driving https://github.com/r-lib/testthat/pull/1690

`create_from_github()` includes a `destdir` argument specifying what directory to copy a project into. It also allows you to set a default `destdir` with `options("usethis.destdir")`. `create_package()` and `create_project()` currently don't have...

feature
paths πŸšΆβ€β™‚οΈ

* update copyright holder in DESCRIPTION * double check license file uses "{package} authors" not RStudio * update email addresses * update logo (https://github.com/rstudio/hex-stickers) * update cheatsheets (once they're updated)

e.g. `create_from_github("https://github.com/apache/arrow/tree/master/r")`

`pr_resume()` currently works off a `branch` name, with the intention being that you might be coming back to a branch that you only have locally and don't have a PR...

feature
git

The GitHub release process now uses a pencil icon with hover text "Edit release". `usethis::use_github_release()` mentions "Edit draft"

I believe the standard R workspace is called `.RData`. However, the constant `git_ignore_lines` has the value ".Rdata". So if the user already has `.RData` in their `.gitignore` and runs `usethis::use_git()`...

feature
wip
git

This situation can occur when I am already using a pkgdown + github pages workflow but without CI. My DESCRIPTION URL field already has the github pages link, but after...