tests/testthat.R

library(testthat)
library(cSEM)

## force tests to be executed if in dev release which we define as
## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
if(length(strsplit(packageDescription("cSEM")$Version, "\\.")[[1]]) > 3) { 
  test_check("cSEM")
}

Try the cSEM package in your browser

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

cSEM documentation built on Nov. 25, 2022, 1:05 a.m.