rwinbuild: Upload package to winbuilder

Description Usage Arguments Value

View source: R/rwinbuild.r

Description

Uploads a package located in path to the winbuilder service. Uses check_win_release, check_win_devel or check_win_oldrelease internally.

Usage

1
rwinbuild(path = getwd(), devel = FALSE, oldrel = FALSE)

Arguments

path

[character]
If no path to a DESCRIPTION is given, the package looks for a DESCRIPTION in the current directory and up to two parent directories.

devel

[logical(1)]
Upload to check against the R-devel branch instead of the stable branch.

oldrel

[logical(1)]
Upload to check against the R-oldrelease branch instead of the stable branch.

Value

Invisibly returns TRUE on success.


rdatsci/rt documentation built on Dec. 6, 2020, 5:31 p.m.