Skip to content

Commit

Permalink
Re-build README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 12, 2023
1 parent 47b7725 commit a54646c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<!-- README.md is generated from README.Rmd. Please edit only README.Rmd! -->

<!-- badges: start -->

[![R build
Expand Down Expand Up @@ -39,11 +40,11 @@ well as the vignette, all also available online at

There are a number of roclets included:

- `testthat_roclet`
- `tinytest_roclet`
- `param_roclet`
- `return_roclet`
- `examples_roclet`
- `testthat_roclet`
- `tinytest_roclet`
- `param_roclet`
- `return_roclet`
- `examples_roclet`

Please refer to the
[Introduction](https://mikldk.github.io/roxytest/articles/introduction.html)
Expand All @@ -61,9 +62,9 @@ of the roclets mentioned above):
### Document package keyboard shortcut

In RStudio, `CTRL+SHIFT+D`/`CMD+SHIFT+D` option does not run
`devtools::document()` but only
`devtools::document(roclets=c('rd', 'collate', 'namespace'))` (possibly
with fewer depending on the project options, but not none).
`devtools::document()` but only `devtools::document(roclets=c('rd',
'collate', 'namespace'))` (possibly with fewer depending on the project
options, but not none).

Instead, you can use `devtools``document()`
[addin](https://github.com/r-lib/devtools/pull/2188) (see e.g. [Rstudio
Expand Down

0 comments on commit a54646c

Please sign in to comment.