pkgmaker (version 0.32.10)

winbuild: Build a Windows Binary Package

Description

Build a Windows Binary Package

Usage

winbuild(path, outdir = ".", verbose = TRUE)

Value

Invisibly returns the full path to the generated zip file.

Arguments

path

path to a source or already installed package

outdir

output directory

verbose

logical or numeric that indicates the verbosity level

Examples

Run this code
if (FALSE) {

# from source directory
winbuild('path/to/package/source/dir/')
# from tar ball
winbuild('PKG_1.0.tar.gz')

}

Run the code above in your browser using DataLab