ExtGitignore | R Documentation |
A class for generating the .gitignore file of an extension package.
This class can be used to generate a new .gitignore file or to keep one up to date.
biodb::ExtGenerator
-> biodb::ExtFileGenerator
-> ExtGitignore
new()
Initializer.
ExtGitignore$new(...)
...
See the constructor of ExtFileGenerator for the parameters.
Nothing.
clone()
The objects of this class are cloneable with this method.
ExtGitignore$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Generate a new package: pkgFolder <- file.path(tempfile(), 'biodbFoo') dir.create(pkgFolder, recursive=TRUE) biodb::ExtGitignore$new(path=pkgFolder)$generate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.