Learn R Programming

RSurvey (version 0.8-3)

BuildPackage: R Package Builder in Windows OS

Description

Writes a series of commands for creating an R package to a Windows batch file.

Usage

BuildPackage(check.cran = FALSE, no.vignettes = FALSE)

Arguments

check.cran
logical; if TRUE, uses command-line options similar to CRAN.
no.vignettes
logical; if TRUE, uses command-line options to prevent build of vignettes.

Details

This function is intended for package developers and has only been tested on a Windows operating system (OS) within the package source directory. The user is tasked with executing the batch file (‘.bat’).