tests/test2.R

# This file is for checking expectWarnings() and expectStop()

library("splus2R")

testFile <- "warnings.t"
do.test(testFile)
do.test(testFile, local=TRUE)

testFile <- "stops.t"
do.test(testFile)
do.test(testFile, verbose=TRUE)
wconstan/splus2R documentation built on May 4, 2019, 2:03 a.m.