R Under development (unstable) (2026-03-19 r89661 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > if (requireNamespace("tinytest", quietly=TRUE)) { + tinytest::test_package("RTMB", ncpu=getOption("Ncpus", 1)) + } starting worker pid=20312 on localhost:11430 at 12:34:19.228 test-advector.R............... 9 tests OK 58ms test-bessel.R................. 6 tests OK 16ms test-distributions.R.......... 27 tests OK 1.7s test-factorize.R.............. 9 tests OK 0.2s test-integrate.R.............. 4 tests OK 58ms test-model-spatial.R.......... 3 tests OK 1.0s test-model-spde.R............. 4 tests OK 5.2s test-pnorm.R.................. 12 tests OK 17ms test-ridge_correct.R.......... 2 tests OK 3.9s test-sparse.R................. 9 tests OK 87ms test-spline.R................. 4 tests OK 31ms test-tape.R................... 11 tests OK 27ms All ok, 100 results (12.3s) > > proc.time() user system elapsed 0.15 0.07 14.03