repos_upload {packrat} | R Documentation |
Upload a Package to a Local CRAN-like Repository
Description
Upload a Package to a Local CRAN-like Repository
Usage
repos_upload(package, to, ...)
Arguments
package |
Path to a package tarball. The tarball should be
created by |
to |
The name of the CRAN-like repository. It (currently) must be a local (on-disk) CRAN repository. |
... |
Optional arguments passed to |
[Package packrat version 0.9.2 Index]