R Under development (unstable) (2024-05-17 r86566 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) > library(abn) abn version 3.1.0 (2024-05-20) is loaded. To cite the package 'abn' in publications call: citation('abn'). Attaching package: 'abn' The following object is masked from 'package:base': factorial > > require(RhpcBLASctl) Loading required package: RhpcBLASctl > omp_set_num_threads(2) > > test_check("abn") Loading required package: Matrix Running in single core mode. 'cluster.type' is ignored. Running in single core mode. 'cluster.type' is ignored. Running in single core mode. 'cluster.type' is ignored. Running in single core mode. 'cluster.type' is ignored. [ FAIL 0 | WARN 0 | SKIP 82 | PASS 320 ] ══ Skipped tests (82) ══════════════════════════════════════════════════════════ • BuildScoreCache(method=mle) crashes with Poisson nodes (1): 'test-fitabn_mle.R:138:3' • INLA is not tested on CRAN (1): 'test-search_hillclimber.R:79:7' • On CRAN (51): 'test-Coutput.R:1:1', 'test-abn-methods.R:29:3', 'test-abn-methods.R:55:3', 'test-abn-methods.R:76:3', 'test-abn-methods.R:102:3', 'test-abn-methods.R:125:3', 'test-abn-methods.R:154:3', 'test-abn-methods.R:177:3', 'test-abn-methods.R:200:3', 'test-abn-methods.R:228:3', 'test-abn-methods.R:253:3', 'test-abn-methods.R:278:3', 'test-abn-methods.R:303:3', 'test-abn-methods.R:328:3', 'test-abn-methods.R:353:3', 'test-abn-methods.R:378:3', 'test-abn-methods.R:403:3', 'test-abn-methods.R:428:3', 'test-build_score_cache.R:122:3', 'test-build_score_cache.R:181:3', 'test-build_score_cache.R:331:3', 'test-build_score_cache.R:386:3', 'test-build_score_cache.R:434:3', 'test-build_score_cache_bayes.R:2:3', 'test-build_score_cache_bayes.R:33:3', 'test-build_score_cache_bayes.R:91:3', 'test-build_score_cache_bayes.R:127:3', 'test-calc_node_inla_glm.R:2:3', 'test-calc_node_inla_glmm.R:2:3', 'test-fitabn.R:26:3', 'test-fitabn.R:56:3', 'test-fitabn.R:75:3', 'test-fitabn.R:94:3', 'test-fitabn.R:136:3', 'test-fitabn.R:190:3', 'test-fitabn.R:379:3', 'test-fitabn_bayes.R:2:3', 'test-mostprobable.R:2:3', 'test-mostprobable.R:12:3', 'test-mostprobable.R:79:3', 'test-mostprobable.R:169:3', 'test-mostprobable.R:211:3', 'test-plot-abn.R:34:3', 'test-plot-abn.R:125:3', 'test-search_heuristic.R:2:3', 'test-search_hillclimber.R:16:3', 'test-search_hillclimber.R:84:3', 'test-simulateabn.R:508:3', 'test-simulateabn.R:810:3', 'test-tographviz.R:27:3', 'test-tographviz.R:171:3' • Plot classic view is deprecated. (1): 'test-plot-abn.R:117:3' • `buildScoreCache.mle()` is tested mainly on Unix-like systems. (6): 'test-build_score_cache_mle.R:32:5', 'test-build_score_cache_mle.R:84:5', 'test-build_score_cache_mle.R:121:5', 'test-build_score_cache_mle.R:159:5', 'test-build_score_cache_mle.R:220:5', 'test-build_score_cache_mle.R:260:5' • empty test (2): 'test-abn-methods.R:15:1', 'test-build_score_cache_mle.R:264:1' • fitAbn.mle() is tested mainly on Unix-like systems (8): 'test-fitabn_mle.R:32:7', 'test-fitabn_mle.R:83:7', 'test-fitabn_mle.R:132:7', 'test-fitabn_mle.R:286:7', 'test-fitabn_mle.R:384:7', 'test-fitabn_mle.R:482:7', 'test-fitabn_mle.R:592:9', 'test-fitabn_mle.R:704:9' • simulateAbn() is tested mainly on Unix-like systems (12): 'test-simulateabn.R:35:5', 'test-simulateabn.R:90:5', 'test-simulateabn.R:139:5', 'test-simulateabn.R:188:5', 'test-simulateabn.R:236:5', 'test-simulateabn.R:304:5', 'test-simulateabn.R:373:5', 'test-simulateabn.R:422:5', 'test-simulateabn.R:471:5', 'test-simulateabn.R:704:5', 'test-simulateabn.R:805:5', 'test-simulateabn.R:994:9' [ FAIL 0 | WARN 0 | SKIP 82 | PASS 320 ] Deleting unused snapshots: • tographviz/graph.dot • tographviz/graph1.dot • tographviz/graph_group.dot > > proc.time() user system elapsed 48.18 1.45 49.64