| pkgupload {cacher} | R Documentation |
Tool for uploading a cache package to a remote archive
pkgupload(pkgname)
pkgname |
character, file name for cache package |
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.
The (HTML) response from the webserver is returned as a character vector.