package {cacher} | R Documentation |
Create a cache package for distribution
package(cachedir)
cachedir |
character, path to cache directory from which the cache package should be made |
The zip
utility is needed in order for this function to
operate. The cache directory is zipped up and an archive is created.
This file can be distributed to others or uploaded to an archive
website.
The name of the archive file created.
If an archive file of the same already exists, it will be overwritten, with a warning issued.