Description Usage Arguments Details Author(s) Examples
Creates a boilerplate package test file.
1 | pkg_test(pkg_root, msg = "test_z.R file path:")
|
pkg_root |
Character string. Package root directory. |
msg |
Character string.
Optional message.
If supplied,
prints |
Note that if pkg_create()
is used,
this function will be called.
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 | ## Not run:
pkg_test(
pkg_root = "~/boilerplatePackage"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.