make.package.and.check | R Documentation |
Assemble some R code into a package and process it using R CMD check, stopping with an error if the check resulted in any errors or warnings.
make.package.and.check(f,
parsers = default.parsers,
verbose = TRUE)
f |
R code file name from which we will make a package |
parsers |
Parsers to use to make the package documentation. |
verbose |
print the check command line? |
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.