submit_cran: Submit Package to CRAN

View source: R/release.R

submit_cranR Documentation

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

submit_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

# 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()
}


tinypkgr documentation built on April 22, 2026, 9:07 a.m.