R Under development (unstable) (2024-12-19 r87451 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(gastempt) > options(Ncpus = parallel::detectCores(logical = TRUE)) > test_check("gastempt") Testing linexp_gastro_1b Testing powexp_gastro_1b [ FAIL 0 | WARN 0 | SKIP 9 | PASS 231 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-fitnlme.R:90:3', 'test-graphics.R:2:3', 'test-stan.R:60:13', 'test-stan.R:65:13', 'test-stan.R:89:3', 'test-stan.R:117:3', 'test-stan.R:133:3' • Skipped because it fails on aarch64 (1): 'test-fitnlme.R:33:3' • Slow. Only use on errors in other Stan functions. (1): 'test-stan.R:152:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 231 ] Deleting unused snapshots: • graphics/nlme-gastempt.svg > > proc.time() user system elapsed 22.62 0.62 23.21