Package for managing projects with multiple versions derived from a single source repository.


[Up] [Top]

Documentation for package ‘makeR’ version 1.0.2

Help Pages

makeR-package Package for managing projects with multiple versions derived from a single source repository.
addProperty An R package for managing document versions and templates.
Build This is an internal method and should not be called directly.
build An R package for managing document versions and templates.
builder.cacheSweave This function will build Sweave (Rnw) files using the cacheSweave driver.
builder.knitr This function will documents using 'knitr'. Since 'knitr' is flexible enough to support multiple file types (e.g. Sweave, HTML, Markdown, etc.), specifying 'Project$SourceFile' and 'output' (see 'knit') is necessary for file types other than Sweave (i.e. .rnw files).
builder.rnw This function will build Sweave (Rnw) files. Specifically this function will first run Stangle, then Sweave, and finally texti2pdf.
builder.rnw.native Build Sweave files using native calls to pdflatex.
builder.tex This function will build LaTeX (tex) files using texti2pdf.
buildVersion This is an internal method and should not be called directly.
calendarHeat An R function to display time-series data as a calendar heatmap
checkProject This internal method will check to see if the Project class is current with respect to the PROJECT.xml file. If it is out-of-date it will re-read the XML file and return a new Project object.
env2string This function will convert the elements in the given environment to a single character string. This is useful when passing the contents of the environment to a new R instances vis-a-vis the command line.
getDefaultBuilder Returns the default bulder if none is specified to 'Project$build'.
getProperties An R package for managing document versions and templates.
getReleases An R package for managing document versions and templates.
getRSSFeed This function ruturns an XML tree of the RSS feed from the given URL.
isAutoOpen Returns whether build or released files will be opened automaticall.
isAutoSave Returns whether the PROJECT.xml file is automatically saved.
newVersion An R package for managing document versions and templates.
openRelease An R package for managing document versions and templates.
parseProjectXML This is an internal method and should not be called directly.
print.Build Generic S3 method to print information about a Build class.
print.Project Generic S3 method to print summary information about a Project class.
print.Version Generic S3 method for printing information about a Version class.
Project An R package for managing document versions and templates.
rebuild An R package for managing document versions and templates.
release An R package for managing document versions and templates.
releaseVersion This is an internal method and should not be called directly.
removeProperty An R package for managing document versions and templates.
save An R package for managing document versions and templates.
setAutoOpen Sets whether built or released files will be opened automatically using the system's default PDF viewer.
setAutoSave Sets whether the PROJECT.xml file is automatically saved when project properties have changed.
setDefaultBuilder Sets the default builder if none is specified to 'Project$build'.
Version This is an internal method and should not be called directly.
write.Project This is an internal method and should not be called directly.