builder.rnw.native: Build Sweave files using native calls to pdflatex.

Description Usage Arguments Value See Also

View source: R/builder.rnw.native.R

Description

This function will build Sweave (Rnw) files. This function is similar to builder.rnw but instead of calling texti2pdf, this will call latex natively instead of using the texi2dvi function. system('pdflatex FILENAME') system('bibtex FILENAME') system('pdflatex FILENAME') system('pdflatex FILENAME')

Usage

1
2
  builder.rnw.native(project, theenv, fork = TRUE,
    debug = TRUE, ...)

Arguments

project

the project to be built.

theenv

the environment to build in.

fork

if true Sweave will be executed in a separate R instance.

debug

debug option sent to the Sweave function. If true, the output of R code from the Rnw file will be printed as it is running.

native

if not NULL, the shell command to execute to generate

...

other unspecified parameters

Value

the name of the file if successfully built.

See Also

system


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