CRAN Package Check Results for Package hhcartr

Last updated on 2022-04-24 03:52:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 11.31 414.04 425.35 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 8.89 266.61 275.50 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 481.99 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 477.94 ERROR
r-patched-linux-x86_64 1.0.0 7.60 370.30 377.90 ERROR
r-release-linux-x86_64 1.0.0 6.45 360.00 366.45 OK
r-release-macos-arm64 1.0.0 NOTE
r-release-macos-x86_64 1.0.0 WARN
r-release-windows-x86_64 1.0.0 38.00 384.00 422.00 OK
r-oldrel-macos-arm64 1.0.0 NOTE
r-oldrel-macos-x86_64 1.0.0 WARN
r-oldrel-windows-ix86+x86_64 1.0.0 21.00 440.00 461.00 OK

Check Details

Version: 1.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [231s/288s]
    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/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-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’ [4m/14m]
    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’ [264s/530s]
    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’ [202s/239s]
    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: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘hhcartr.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 375-379 (hhcartr.Rmd)
    Error: processing vignette 'hhcartr.Rmd' failed with diagnostics:
    invalid 'path' argument
    --- failed re-building ‘hhcartr.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘hhcartr.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64