This is a stripped version of devtools'
release function
, omitting most of the
interactive checks.
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
)
The package's root directory.
Stop if git has uncommitted changes or is not synced with the origin?
Stop if the package has a developement version? (That is, a four part version.)
Skip user interaction?
Be verbose?