R Under development (unstable) (2025-10-10 r88914 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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=78412 on localhost:11166 at 20:03:23.525 test-advector.R............... 9 tests OK 63ms test-bessel.R................. 6 tests OK 28ms test-distributions.R.......... 18 tests OK 1.0s test-factorize.R.............. 11 tests OK 0.2s test-model-spatial.R.......... 3 tests OK 0.6s test-model-spde.R............. 4 tests OK 5.0s test-sparse.R................. 9 tests OK 0.1s test-spline.R................. 4 tests OK 34ms test-tape.R................... 11 tests OK 33ms All ok, 75 results (7.1s) > > proc.time() user system elapsed 0.17 0.03 9.01