Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

winbuild

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

Development Utilities for R Packages

v0.32.2
GPL (>= 2)
Authors
Renaud Gaujoux [aut, cre]
Initial release
2020-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.