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")