package {cacher}R Documentation

Create a cache package

Description

Create a cache package for distribution

Usage

package(cachedir)

Arguments

cachedir character, path to cache directory from which the cache package should be made

Details

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.

Value

The name of the archive file created.

Note

If an archive file of the same already exists, it will be overwritten, with a warning issued.


[Package cacher version 1.0 Index]