getDESCRIPTION | R Documentation |
getDESCRIPTION
gets the DESCRIPTION text to write to the DESCRIPTION file, adding authors, R-dependency, title, description and other info stored in the input spec
. Note that the package imports are not added here, but later in the addImportsToDESCRIPTION
function.
getREADME
gets the README file in the Rstox style, which has package and R version in the first two lines, followed by description, install instructions, miscellaneous info, and release notes retrieved from the NEWS file.
addImportsToDESCRIPTION
adds the imports to the DESCRIPTION file.
getPkgname
gets the pkgname text to write to the pkgname.R file.
getDESCRIPTION(spec)
addImportsToDESCRIPTION(spec, cpp = FALSE)
getPkgname(spec)
spec |
A list of package specifications returned from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.