tests/testthat.R

library(testthat)
library(foreach)


Sys.setenv(FOREACH_BACKEND="SEQ")
test_check("foreach")

Sys.setenv(FOREACH_BACKEND="PAR")
test_check("foreach")
RevolutionAnalytics/foreach documentation built on Feb. 22, 2022, 9:45 a.m.