R Under development (unstable) (2024-09-25 r87194 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 10 | PASS 224 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-fitnlme.R:11:3', 'test-fitnlme.R:87: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:30:3' • Slow. Only use on errors in other Stan functions. (1): 'test-stan.R:152:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 224 ] Deleting unused snapshots: • graphics/nlme-gastempt.svg > > proc.time() user system elapsed 18.04 0.70 18.75