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