Usage
ScripDiff(commandfile, outfile = NULL, savefile = NULL, debug = FALSE, R.suf = "R")
initializeTests(debug = FALSE, create.Rout.save = FALSE, addSelfCheck = FALSE, pattern = NULL, subst = NULL, R.suf = "R")
summarizeTests(debug = FALSE)
Arguments
commandfile
The name of the file containing R commands.
outfile
The name of the file containing R output.
savefile
The name of the file containing pre-existing R output to compare against.
create.Rout.save
Should a .Rout.save
file be created. Default is FALSE
.
addSelfCheck
Controls an unused an obselete feature of adding extra code to the end
of the R commands that will check the output created.
pattern
Only process test files whose name matches pattern
subst
Substitutions to make when parsing the transcript file.
R.suf
The suffix (not including a dot) to use for auto-generated files containing R commands.