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

Description Usage Arguments

View source: R/Build.R

Description

Constructor for a Build class. This is an interal method used to create a Build class/object.

Usage

1
2
3
4
5
6
  Build(buildXML = NULL, buildNum = NULL, major = NULL,
    minor = NULL, name = NULL, timestamp = date(),
    R = R.version$version.string,
    platform = R.version$platform,
    user = Sys.info()["user"],
    nodename = Sys.info()["nodename"], files = NULL)

Arguments

buildXML

an XML element.

buildNum

new build number.

major

major version number

minor

minor version number

name

the name of the version

timestamp

the time the file was built

R

the R version information

platform

the platform the file was built

user

the user that performed the build

nodename

the name of the node on which this file was built

files

the name of the files that were built. This is typically a list of PDFs.


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