data.table (version 1.12.6)

test.data.table: Runs a set of tests.

Description

Runs a set of tests to check data.table is working correctly.

Usage

test.data.table(script="tests.Rraw", verbose=FALSE, pkg=".", silent=FALSE)

Arguments

script

Run arbitrary R test script.

verbose

If TRUE sets datatable.verbose to TRUE for the duration of the tests.

pkg

Root directory name under which all package content (ex: DESCRIPTION, src/, R/, inst/ etc..) resides. Used only in dev-mode.

silent

Logical, default FALSE, when TRUE it will not raise error on in case of test fails.

Value

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.

Details

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.

See Also

data.table, test