| test.data.table {data.table} | R Documentation |
Runs a set of tests to check data.table is working correctly.
test.data.table(verbose=FALSE, pkg="pkg", silent=FALSE,
with.other.packages=FALSE, benchmark=FALSE)
verbose |
If |
pkg |
Root directory name under which all package content (ex: DESCRIPTION, src/, R/, inst/ etc..) resides. |
silent |
Logical, default |
with.other.packages |
Run compatibility tests with other packages. |
benchmark |
Run the benchmark script. |
Runs a series of tests. These can be used to see features and examples of usage, too. Running test.data.table will tell you the full location of the test file(s) to open.
When silent equals to TRUE it will return TRUE if all tests were successful. FALSE otherwise. If silent equals to FALSE it will return TRUE if all tests were successful. Error otherwise.
## Not run: library(data.table) test.data.table() ## End(Not run)