| ExtMakefile | R Documentation | 
A class for generating a Makefile for an extension package.
This class generates a Makefile, usable on UNIX-like platforms, for managing a biodb extension package. Targets are automatically generated for running CRAN check, Bioconductor check, testthat tests, compiling, generating documentation, cleaning, etc.
biodb::ExtGenerator -> ExtMakefile
new()Initializer.
ExtMakefile$new(...)
...See the constructor of ExtGenerator for the parameters.
Nothing.
clone()The objects of this class are cloneable with this method.
ExtMakefile$clone(deep = FALSE)
deepWhether to make a deep clone.
# Generate a new connector class inside R folder: pkgFolder <- file.path(tempfile(), 'biodbFoo') dir.create(pkgFolder, recursive=TRUE) biodb::ExtMakefile$new(path=pkgFolder)$generate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.