buildVersion: This is an internal method and should not be called directly.

Description Usage Arguments

View source: R/buildVersion.R

Description

Builds a new version of a project. See Project$build

Usage

1
2
3
  buildVersion(pv, version.major = NULL, saveEnv = TRUE,
    builder = getDefaultBuilder(), clean = FALSE,
    tologfile = TRUE, sourceFile = pv$SourceFile, ...)

Arguments

pv

the Project

version.major

the version that should be built. This can be either the the major number or version name.

saveEnv

whether to save build environment as an Rda image file.

builder

the builder function to use.

clean

if TRUE all files in the build directory will be deleted before building.

sourceFile

the name of the source file to build.

tologfile

if TRUE, the build messages will be saved to a log file.

...

other non-specified parameters


jbryer/makeR documentation built on May 18, 2019, 7:02 p.m.