Learn R Programming

AnalysisPageServer (version 1.6.2)

test.package: test.package

Description

Run the RUnit test harness for this package

Usage

test.package(pattern = "^test.*R$", package = "AnalysisPageServer")

Arguments

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: "^test.*R$".

Value

RUnitTestData

Details

Run the RUnit test harness for this package

See Also

runTestSuite, require