unpackAntScript: Unpack script for building, testing, and installing packages.

Description Usage Arguments Value Author(s) Examples

Description

RWebServices includes a number of scripts and files to be used to develop, test, and deploy services. This function unpacks a 'master' script and partly configured properties files to a convenient directory location.

Usage

1
unpackAntScript(toDir = stop("specify destination directory for unpacking"), overwrite=FALSE)

Arguments

toDir

Destination (top-level) directory. Warnings are issued if files already exist.

overwrite

Overwrite output?

Value

This function is used for its side effect.

Author(s)

Martin Morgan <mtmorgan@fhcrc.org>

Examples

1
2
3
4
5
6
## Not run: unpackAntScript("/tmp/ants")
## Not run: 
## From the command line
echo "library(RWebServices); unpackAntScript('~/tmp/ants')" | R --vanilla

## End(Not run)

RWebServices documentation built on Oct. 5, 2016, 4:53 a.m.