CRAN Package Check Results for Package bnclassify

Last updated on 2023-10-20 07:53:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.7 132.26 132.83 265.09 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.7 82.02 95.65 177.67 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.7 356.98 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.7 343.22 ERROR
r-devel-windows-x86_64 0.4.7 75.00 180.00 255.00 ERROR
r-patched-linux-x86_64 0.4.7 130.30 130.80 261.10 ERROR
r-release-linux-x86_64 0.4.7 ERROR
r-release-macos-arm64 0.4.7 94.00 NOTE
r-release-macos-x86_64 0.4.7 199.00 NOTE
r-release-windows-x86_64 0.4.7 81.00 180.00 261.00 ERROR
r-oldrel-macos-arm64 0.4.7 88.00 NOTE
r-oldrel-macos-x86_64 0.4.7 104.00 NOTE
r-oldrel-windows-x86_64 0.4.7 100.00 168.00 268.00 ERROR

Check Details

Version: 0.4.7
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.4.7
Check: Rd \usage sections
Result: NOTE
    Documented arguments not in \usage in Rd file 'augment_kdb.Rd':
     ‘...’
    
    Documented arguments not in \usage in Rd file 'graph_connected_components.Rd':
     ‘x’
    
    Documented arguments not in \usage in Rd file 'graph_subgraph.Rd':
     ‘x’
    
    Documented arguments not in \usage in Rd file 'map.Rd':
     ‘x’
    
    Functions with \usage entries need to have the appropriate \alias
    entries, and all their arguments documented.
    The \usage entries must correspond to syntactically valid R code.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.4.7
Check: tests
Result: ERROR
     Running ‘testthat.R’ [40s/47s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at tests/testthat/helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.4.7
Check: tests
Result: ERROR
     Running ‘testthat.R’ [23s/37s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 0 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at tests/testthat/helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 0 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.7
Check: tests
Result: ERROR
     Running ‘testthat.R’ [48s/110s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at tests/testthat/helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.7
Check: tests
Result: ERROR
     Running ‘testthat.R’ [46s/57s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at tests/testthat/helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.7
Check: tests
Result: ERROR
     Running 'testthat.R' [22s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at D:\RCompile\CRANpkg\local\4.4\bnclassify.Rcheck\tests\testthat\helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.4.7
Check: tests
Result: ERROR
     Running ‘testthat.R’ [39s/48s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at tests/testthat/helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.4.7
Check: tests
Result: ERROR
     Running ‘testthat.R’ [39s/45s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at tests/testthat/helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.4.7
Check: installed package size
Result: NOTE
     installed size is 7.3Mb
     sub-directories of 1Mb or more:
     libs 6.4Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.4.7
Check: tests
Result: ERROR
     Running 'testthat.R' [31s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at D:\RCompile\CRANpkg\local\4.3\bnclassify.Rcheck\tests\testthat\helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.4.7
Check: tests
Result: ERROR
     Running 'testthat.R' [32s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(bnclassify)
     >
     > test_check("bnclassify")
     -1.54485 -1.50696 -1.31785 -1.2128 -1.4612 -1.20742 -1.26966 -1.67055 -0.440312 -1.11241 -4.29046 -4.29046 -0.545227 -0.93827 -4.23411 -4.23411
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
    
     ══ Skipped tests (39) ══════════════════════════════════════════════════════════
     • Local rdata file (1): 'test-infer-anb-cpp.R:48:2'
     • On CRAN (17): 'test-cv.R:65:3', 'test-cv.R:75:3', 'test-cv.R:85:3',
     'test-cv.R:107:3', 'test-cv.R:117:3', 'test-cv.R:188:3',
     'test-learn-params-wanbia.r:20:3', 'test-learn-params-wanbia.r:29:3',
     'test-learn-params-wanbia.r:39:3', 'test-learn-struct.R:20:3',
     'test-learn-struct.R:32:3', 'test-learn-struct.R:50:3',
     'test-learn-struct.R:59:3', 'test-learn-struct.R:70:3',
     'test-wrap-mlr.R:4:3', 'test-wrap-mlr.R:19:3', 'test-wrap-mlr.R:41:3'
     • empty test (20): 'test-anb-families.R:21:1', 'test-basic-assert.R:3:1',
     'test-cpp-table.R:18:1', 'test-cpp-table.R:28:1', 'test-cpp-table.R:39:1',
     'test-cpp-table.R:44:1', 'test-cpp-table.R:62:1', 'test-cv.R:148:1',
     'test-infer-anb-cpp.R:31:1', 'test-infer-anb.R:37:1', 'test-infer.R:16:1',
     'test-infer.R:61:1', 'test-infer.R:105:1', 'test-learn-aode.r:50:1',
     'test-learn-aode.r:82:1', 'test-learn-params-wanbia.r:12:1',
     'test-predict.R:3:1', 'test-update.R:61:1', 'test-wrap-grain.R:3:1',
     'test-wrap-grain.R:14:1'
     • gRain has removed the predict function (1): 'test-wrap-grain.R:28:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-anb-dag.R:38:3'): Accessors ────────────────────────────────────
     Error in `graphNEL2_graph_internal(dg)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::random_aug_nb_dag(...) at test-anb-dag.R:38:2
     2. └─bnclassify:::graphNEL2_graph_internal(dg) at D:\RCompile\CRANpkg\local\4.2\bnclassify.Rcheck\tests\testthat\helper-common.R:44:2
     3. └─base::stopifnot(inherits(x, "graphNEL"))
     ── Error ('test-dag.R:8:3'): Condition on ──────────────────────────────────────
     Error in `graphNEL2_graph_internal(g)`: inherits(x, "graphNEL") is not TRUE
     Backtrace:
     ▆
     1. └─bnclassify:::graphNEL2_graph_internal(g) at test-dag.R:8:2
     2. └─base::stopifnot(inherits(x, "graphNEL"))
    
     [ FAIL 2 | WARN 3 | SKIP 39 | PASS 587 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-x86_64