R Under development (unstable) (2023-07-19 r84711 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(stepR) Successfully loaded stepR package version 2.1-7. Several new functions are added in version 2.0-0. Some older functions are deprecated (still working) and may be defunct in a later version. Please read the documentation for more details. > > savePathRcache <- R.cache::getCacheRootPath() > R.cache::setCacheRootPath(path = file.path(R.cache::getCacheRootPath(), "test")) > > tryCatch( + test_check("stepR"), + finally = { + unlink(R.cache::getCacheRootPath(), force = TRUE, recursive = TRUE) + R.cache::setCacheRootPath(savePathRcache) + } + ) [ FAIL 0 | WARN 0 | SKIP 23 | PASS 23722 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-computeStat.R:1389:3', 'test-computeStat.R:1508:3', 'test-critVal.R:2835:3', 'test-critVal.R:3112:3', 'test-critVal.R:3312:3', 'test-critVal.R:3370:3', 'test-critVal.R:3498:3', 'test-monteCarloSimulation.R:517:3', 'test-monteCarloSimulation.R:530:3', 'test-monteCarloSimulation.R:549:3', 'test-monteCarloSimulation.R:566:3', 'test-monteCarloSimulation.R:582:3', 'test-monteCarloSimulation.R:590:3', 'test-monteCarloSimulation.R:605:3', 'test-monteCarloSimulation.R:655:3', 'test-monteCarloSimulation.R:690:3', 'test-monteCarloSimulation.R:698:3', 'test-monteCarloSimulation.R:706:3', 'test-monteCarloSimulation.R:818:3', 'test-monteCarloSimulation.R:959:3', 'test-monteCarloSimulation.R:1020:3', 'test-monteCarloSimulation.R:1078:3', 'test-monteCarloSimulation.R:1205:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 23722 ] > > > > proc.time() user system elapsed 84.40 2.67 87.81