# NOT RUN {
# Extract and run all tests for the package in the
# current working directory.
test()
# One argument form
# extract and test class files for the
# package in the current working directory.
test("^Class-")
# Two argument form
# Extract files matching "Class" in the filename
# for the package located at "inst/textExtractionTest"
test("inst/testExtractionTest", "Class")
# }
Run the code above in your browser using DataLab