devtools (version 1.2)

build_win: Build windows binary package.

Description

Works by building source package, and then uploading to http://win-builder.r-project.org/. Once building is complete you'll receive a link to the built package in the email address listed in the maintainer field. It usually takes around 30 minutes.

Usage

build_win(pkg = ".", version = "R-release",
    quiet = FALSE)

Arguments

pkg
package description, can be path or package name. See as.package for more information
version
directory to upload to on the win-builder, controlling which version of R is used to build the package. Possible options are listed on http://win-builder.r-project.org/. Defaults to the released version of R.
quiet
if TRUE suppresses output from this function.

See Also

Other build functions: build