Learn R Programming

occTest (version 0.1.1)

setTestBlocks: Set the tests to run

Description

function used to select which groups of tests you want in occTest workflow

Usage

setTestBlocks(geo = TRUE, lu = TRUE, env = TRUE, time = TRUE)

Value

list

Arguments

geo

logical. Should this family of tests be performed?

lu

logical. Should this family of tests be performed?

env

logical. Should this family of tests be performed?

time

logical. Should this family of tests be performed?

Author

Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)

Details

You can turn off an entire type of tests altogether by modifying this seetings. See occTest::showTests for further information on tests used in the packages

Examples

Run this code
defaultSettings_analysis  <- setTestBlocks()
#now we turn off the block of tests related to land use
mySettings_analysis  <- setTestBlocks(lu=FALSE)

Run the code above in your browser using DataLab