setTestBlocks: Set the tests to run

setTestBlocksR Documentation

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)

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?

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

Value

list

Author(s)

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

Examples

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

occTest documentation built on Nov. 18, 2022, 5:07 p.m.