ExtTravisFile | R Documentation |
A class for generating a .travis.yml file for a new extension package.
Write a .travis.yml file inside the package directory, using a template file.
biodb::ExtGenerator
-> biodb::ExtFileGenerator
-> ExtTravisFile
new()
Initializer.
ExtTravisFile$new(...)
...
See the constructor of ExtFileGenerator for the parameters.
Nothing.
clone()
The objects of this class are cloneable with this method.
ExtTravisFile$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::ExtTravisFile$new(path=pkgFolder, email='myname@e.mail')$generate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.