Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

submit_cran

Submit a package to CRAN.


Description

This uses the new CRAN web-form submission process. After submission, you will receive an email asking you to confirm submission - this is used to check that the package is submitted by the maintainer.

Usage

submit_cran(pkg = ".", args = NULL)

Arguments

pkg

The package to use, can be a file path to the package or a package object. See as.package() for more information.

args

An optional character vector of additional command line arguments to be passed to R CMD build.

Details

It's recommended that you use release() rather than this function as it performs more checks prior to submission.


devtools

Tools to Make Developing R Packages Easier

v2.4.1
MIT + file LICENSE
Authors
Hadley Wickham [aut], Jim Hester [aut, cre], Winston Chang [aut], RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.