CRAN Package Check Results for Package bonsaiforest

Last updated on 2024-09-27 05:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 71.40 539.56 610.96 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 41.75 208.69 250.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 271.49 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 251.26 ERROR
r-devel-windows-x86_64 0.1.0 60.00 255.00 315.00 ERROR
r-patched-linux-x86_64 0.1.0 55.68 269.36 325.04 ERROR
r-release-linux-x86_64 0.1.0 56.10 264.80 320.90 ERROR
r-release-macos-arm64 0.1.0 248.00 NOTE
r-release-macos-x86_64 0.1.0 624.00 NOTE
r-release-windows-x86_64 0.1.0 60.00 255.00 315.00 ERROR
r-oldrel-macos-arm64 0.1.0 286.00 NOTE
r-oldrel-macos-x86_64 0.1.0 545.00 NOTE
r-oldrel-windows-x86_64 0.1.0 74.00 333.00 407.00 ERROR

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [51s/42s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: installed package size
Result: NOTE installed size is 8.5Mb sub-directories of 1Mb or more: data 7.7Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/34s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") OMP: Warning #96: Cannot form a team with 8 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [34s/30s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [41s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [71s/76s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [65s/71s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [42s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [59s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:58:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `brms::brmsfamily("cox", bhaz = bhaz)`: unused argument (bhaz = bhaz) Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64