Description Usage Arguments Examples
View source: R/package_magic.R
Automatically create, update, and validate package files
1 2 3 4 5 6 7 | package_magic(
quiet = TRUE,
lang = "en-GB",
github_actions = TRUE,
rcmdcheck_args = "--no-manual",
error_on = "note"
)
|
quiet |
Should all output be suppressed? |
lang |
Preferred spelling language. Usually either |
github_actions |
Should GitHub Action files be written? |
rcmdcheck_args |
Passed on to |
error_on |
Whether to throw an error on |
1 2 3 4 | ## Not run:
package_magic()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.