Last updated on 2022-05-16 10:52:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 11.10 | 407.07 | 418.17 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 8.00 | 265.99 | 273.99 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 449.41 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 475.96 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 48.00 | 374.00 | 422.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 7.20 | 365.22 | 372.42 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | 6.59 | 365.23 | 371.82 | ERROR | |
r-release-macos-arm64 | 1.0.0 | 102.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.0 | 170.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.0 | 40.00 | 341.00 | 381.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.0 | 157.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.0 | 144.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 23.00 | 448.00 | 471.00 | ERROR |
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [225s/278s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
== Failed tests ================================================================
-- Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. --
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
x
1. +-testthat::expect_error(...) at test008.R:15:2
2. | \-testthat:::quasi_capture(...)
3. | +-testthat .capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. +-hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. | \-hhcartr::HHDecisionTreeCore(...)
8. \-hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. \-checkmate::assert(...)
10. \-checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. \-checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [142s/225s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘DiagrammeRsvg’ ‘Matrix’ ‘bookdown’ ‘captioner’ ‘rsvg’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [240s/298s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4m/11m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [178s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [201s/233s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [203s/245s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [159s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. ──
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [65s/66s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
1. ├─testthat::expect_error(...) at test008.R:15:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. │ └─hhcartr::HHDecisionTreeCore(...)
8. └─hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. └─checkmate::assert(...)
10. └─checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. └─checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [245s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hhcartr)
Attaching package: 'hhcartr'
The following object is masked from 'package:base':
letters
>
> test_check("hhcartr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
== Failed tests ================================================================
-- Failure (test008.R:15:3): Test parsing of the control parameter - prune_stochastic_max_nodes =. --
`HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))` threw an error with unexpected message.
Expected match: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed. FALSE."
Actual message: "Assertion on 'prune_parms$prune_stochastic_max_nodes%%2' failed: FALSE."
Backtrace:
x
1. +-testthat::expect_error(...) at test008.R:15:2
2. | \-testthat:::quasi_capture(...)
3. | +-testthat .capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. +-hhcartr::HHDecisionTree(n_folds = 1, n_trees = 1, prune_control = prune.control(prune_stochastic_max_nodes = 3))
7. | \-hhcartr::HHDecisionTreeCore(...)
8. \-hhcartr::prune.control(prune_stochastic_max_nodes = 3)
9. \-checkmate::assert(...)
10. \-checkmate:::mstopOrPush(res = msgs, v_name = .var.name, collection = add)
11. \-checkmate:::mstop("Assertion on '%s' failed: %s.", v_name, res)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 130 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64