tests/testthat.R

Sys.setenv("R_TESTS" = "")
library(testthat)
#Need to execute the following for manual checking
#Sys.setenv(NOT_CRAN = "true")
#test_check("dae", filter = "testOneStructure")
#testthat::test_file("testthat/testDesignGGPlot.r")
test_check("dae")
#test_check("dae", filter = "DesignGGPlot")
#test_file("testthat/testDesignGGPlot.r", package = "dae")
#test_file("testthat/testInteractionABCplot.r", package = "dae")

Try the dae package in your browser

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

dae documentation built on June 22, 2024, 9:07 a.m.