Learn R Programming

gdata (version 2.7.1)

.runRUnitTestsGdata: Run RUnit tests for the gdata package

Description

Run RUnit tests to perform the validity/unit testing of installed gdata package on your own computer.

Usage

.runRUnitTestsGdata(testFileRegexp="^runit.+\\.[rR]$")

Arguments

testFileRegexp
regular expression; see details

Value

  • None, just the print out of RUnit testing.

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

See Also

defineTestSuite in RUnit package

Examples

Run this code
## Basic testing
  .runRUnitTestsGdata()

Run the code above in your browser using DataLab