tests/testthat.R

library(testthat)
library(foreach)


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

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

Try the foreach package in your browser

Any scripts or data that you put into this service are public.

foreach documentation built on Feb. 2, 2022, 5:09 p.m.