submit_cran | R Documentation |
Build a source package and submit it to CRAN with the curl package.
submit_cran(file = pkg_build(), comment = "")
file |
The path to the source package tarball. By default, the current
working directory is treated as the package root directory, and
automatically built into a tarball, which is deleted after submission. This
means you should run |
comment |
Submission comments for CRAN. By default, if a file ‘cran-comments.md’ exists, its content will be read and used as the comment. |
devtools::submit_cran()
does the same job, with a few more
dependencies in addition to curl (such as cli);
xfun::submit_cran()
only depends on curl.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.