test.package {AnalysisPageServer} | R Documentation |
Run the RUnit test harness for this package
test.package(pattern = "^test.*R$", package = "AnalysisPageServer")
pattern |
String. Regular expression. Only filenames matching |
package |
Name of package to test. Default: "AnalysisPageServer"
this expression will be included in the test harness. Default:
|
Run the RUnit test harness for this package
RUnitTestData
Brad Friedman, Cory Barr