quick_release_package {managelocalrepo} | R Documentation |
Quick release a package
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
quick_release_package(file_name, ...)
Arguments
file_name |
the package's file name (not full path) |
... |
optional arguments to pass to |
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
## Not run:
quick_release_package("test_package.zip")
## End(Not run)
[Package managelocalrepo version 0.1.5 Index]