| submit_cran | R Documentation |
Uploads package to CRAN for review. You will receive a confirmation email that must be clicked to complete the submission.
submit_cran(path = ".", comments = "cran-comments.md")
path |
Path to package root directory. |
comments |
Path to cran-comments.md file, or NULL to skip. |
TRUE if submission succeeded (invisibly).
# Uploads to CRAN and prompts interactively for confirmation.
# Wrapped in if(interactive()) so CRAN's automated checks never
# attempt the upload.
if (interactive()) {
submit_cran()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.