devtools (version 0.7.1)

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 = NULL, version = "R-release")

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.

See Also

Other build functions: build