winbuild: Build a Windows Binary Package

View source: R/packages.R

winbuildR Documentation

Build a Windows Binary Package

Description

Build a Windows Binary Package

Usage

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

## 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 3, 2023, 5:08 p.m.

Related to winbuild in pkgmaker...