Learn R Programming

packager (version 1.9.0)

submit: Release a Package to CRAN

Description

This is a stripped version of devtools' release function, omitting most of the interactive checks.

Usage

submit(
  path = ".",
  stop_on_git = TRUE,
  stop_on_devel = TRUE,
  force = FALSE,
  verbose = TRUE
)

release( path = ".", stop_on_git = TRUE, stop_on_devel = TRUE, force = FALSE, verbose = TRUE )

Arguments

path

The package's root directory.

stop_on_git

Stop if git has uncommitted changes or is not synced with the origin?

stop_on_devel

Stop if the package has a developement version? (That is, a four part version.)

force

Skip user interaction?

verbose

Be verbose?

Value

Invisibly NULL