Submit Package to CRAN
Description
Uploads package to CRAN for review. You will receive a confirmation email that must be clicked to complete the submission.
Usage
1submit_cran(path = ".", comments = "cran-comments.md")
Arguments
path: Path to package root directory.comments: Path to cran-comments.md file, or NULL to skip.
Value
TRUE if submission succeeded (invisibly).
Examples
1submit_cran()