devtools (version 0.6)

test: Execute all test_that tests in a package

Description

Execute all test_that tests in a package

Usage

test(pkg = NULL, filter = NULL)

Arguments

pkg
package description, can be path or package name. See as.package for more information
filter
If not NULL, only tests with file names matching this regular expression will be executed. Matching will take on the file name after it has been stripped of "test-" and ".r".