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

* Drop `@keywords internal` * Add `@includeRmd ../README.md` (or whatever the correct path is) This would provide a convenient way to access the README from within the package β€” it...

readme :house:
documentation πŸ’‘

Interesting in a direct sense, i.e. for usethis specifically, and also possibly as a function to expose for active package. Results would need to be reported in a more usable...

feature
description :books:
release :flight_departure:

Would be nice if we could add a DOI badge to our R packages, especially if they are published somewhere or citable using zenodo. For example for https://zenodo.org/record/4692672 (my mdftracks...

feature
readme :house:

as a combination of `use_git_ignore()` and `use_build_ignore()` . More often than not, when we git-ignore we also build-ignore, and sometimes vice versa. Reference: #3.

feature
git

It would need a different name, but it's very useful when you add a new S3 method. Currently (because of the changes to S3 method registration in 4.0.0), you need...

feature
documentation πŸ’‘

e.g. https://github.com/tidyverse/tidyups/blob/main/004-governance.md#process To start, I think we probably want one function that generates the email body and puts on the clipboard, and another that sets permissions appropriately if the author...

feature
tidy :sparkles:

e.g. `Config/usethis/auto_tidy: TRUE` so that afterwards, any operation that touches the description would auto-tidy it?

It is useful to create custom [document templates](https://docs.rstudio.com/ide/server-pro/1.3.399-1/r-sessions.html#default-document-templates) for `.R` and `.Rmd` files in rstudio. This process is a little finicky currently. Users need to: 1. create a 'templates' folder...

feature
edit πŸ§žβ€β™‚οΈ

See notes here: https://github.com/r-lib/cli/issues/68 and the transition guide: https://cli.r-lib.org/dev/articles/usethis-ui.html

tooling :hammer:
upkeep

Reconsider @jimhester's proposal from #479 Define `proj_path_prep()` as `fs::path_abs(fs::path_expand())` instead of `fs::path_real()`. I think, in general, there is less path agony on Windows this way (will come back with concrete...

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