winbuild: Build a Windows Binary Package

Description Usage Arguments Value Examples

View source: R/packages.R

Description

Build a Windows Binary Package

Usage

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

Arguments

path

path to a source or already installed package

outdir

output directory

verbose

logical or numeric that indicates the verbosity level

Value

Invisibly returns the full path to the generated zip file.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

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


## End(Not run)

pkgmaker documentation built on May 2, 2019, 4:42 p.m.