.runRUnitTestsGdata {gdata} | R Documentation |
Run RUnit tests to perform the validity/unit testing of installed gdata package on your own computer.
.runRUnitTestsGdata(testFileRegexp="^runit.+\\.[rR]$")
testFileRegexp |
regular expression; see details |
Argument testFileRegexp
can be used to specify different sets of
tests provided by the package. The following values are sensible:
"^runit.+\\.[rR]$"
for basic tests
None, just the print out of RUnit testing.
defineTestSuite
in RUnit package
## Basic testing .runRUnitTestsGdata()