quick_release_package: Quick release a package

Description Usage Arguments Value Examples

Description

This is builds on top of release_package and makes it quicker to release packages. The repo base directory can be specified in the managelocalrepo.base option. The directory in which the package file is located is assumed to be a "submissions" folder and can be specified in the managelocalrepo.submissions option. These options can be set using options, potentially by using .First

Usage

1

Arguments

file_name

the package's file name (not full path)

...

optional arguments to pass to release_package

Value

No return value. Will release a package to repo's terminal directory and update the index. Otherwise will return a suitable error message.

Examples

1
2
3
4
## Not run: 
quick_release_package("test_package.zip")

## End(Not run)

imanuelcostigan/managelocalrepo documentation built on May 18, 2019, 4:44 a.m.