pkgupload {cacher}R Documentation

Upload cache packages

Description

Tool for uploading a cache package to a remote archive

Usage

pkgupload(pkgname)

Arguments

pkgname character, file name for cache package

Details

If one has created a cache package with the package function, the package can be uploaded to a remote archive using the pkgupload function. The postForm function from the RCurl package is required for this to work.

Value

The (HTML) response from the webserver is returned as a character vector.

See Also

package


[Package cacher version 0.1-2 Index]