Description Usage Arguments Details Author(s) Examples
View source: R/pkg_gitignore.R
Creates a boilerplate package .gitignore file.
1 | pkg_gitignore(pkg_root, add = NULL, docs = TRUE, msg = ".gitignore file path:")
|
pkg_root |
Character string. Package root directory. |
add |
Character string.
Entries to the |
docs |
Character string.
Ignore |
msg |
Character string.
Optional message.
If supplied,
prints |
Note that if pkg_create() is used,
this function will be called.
If .gitignore exists in the specified package root directory,
it will NOT be overwritten.
Additional entries in the add argument will be appended.
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 | ## Not run:
pkg_gitignore(
pkg_root = "~/boilerplatePackage"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.