R Under development (unstable) (2023-11-30 r85651 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. > if (requireNamespace("tinytest", quietly=TRUE)) { + tinytest::test_package("RTMB", ncpu=getOption("Ncpus", 1)) + } starting worker pid=9460 on localhost:11132 at 12:24:47.621 test-distributions.R.......... 9 tests OK 0.4s test-model-spatial.R.......... 3 tests OK 0.5s test-model-spde.R............. 4 tests OK 4.1s test-sparse.R................. 9 tests OK 79ms test-spline.R................. 2 tests OK 8ms test-tape.R................... 4 tests OK 11ms All ok, 31 results (5.1s) > > proc.time() user system elapsed 0.14 0.03 6.51