R Under development (unstable) (2024-01-14 r85805 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > > test_check("ngme2") Loading required package: ngme2 This is ngme2 of version 0.6.0 - See our homepage: https://davidbolin.github.io/ngme2 for more details. Starting estimation... Estimation ends. Total time of the estimation is (s): 22 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 90 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 6 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 1 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 4 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 9 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! MAE MSE CRPS sCRPS 1 4.604013 36.79524 -2.097108 -2.028402 Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! MAE MSE CRPS sCRPS 1 1.125145 2.038238 -0.5713381 -1.143549 Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! MAE MSE CRPS sCRPS 1 1.124264 2.029588 -0.5745769 -1.138565 Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 1 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 17 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 3 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 5 Posterior sampling done! Starting estimation... Estimation ends. Total time of the estimation is (s): 0 Posterior sampling done! [ FAIL 0 | WARN 0 | SKIP 10 | PASS 20 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • empty test (10): 'test-bivar.R:1:1', 'test-bivar.R:20:1', 'test-bivar.R:78:1', 'test-non-stat-noise.R:1:1', 'test-tensorprod.R:100:1', 'test-tensorprod.R:168:1', 'test-tensorprod.R:221:1', 'test-time-series.R:3:1', 'test-whatever.R:38:1', 'test-whatever.R:45:1' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 20 ] > > proc.time() user system elapsed 335.50 0.71 180.09