tests/testthat/test-runExamples.R

if(1==99){
  if(identical(Sys.getenv("NOT_CRAN"), "true")& .Machine$sizeof.pointer != 4){
library(devtools)
  context("allexamples")
  
  test_that("allexamples1", {
    # if (file.exists('../../ctsem/')) 
      run_examples(pkg = '../../ctsem/.',run_donttest = TRUE, run_dontrun = TRUE) 
    # else run_examples(pkg = '../../.',test=TRUE)
  })
  }
}

Try the ctsem package in your browser

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

ctsem documentation built on May 29, 2024, 2:33 a.m.