CRAN Package Check Results for Package bayesassurance

Last updated on 2025-09-12 16:50:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 11.35 256.89 268.24 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 8.28 159.38 167.66 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 424.75 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 418.23 ERROR
r-devel-windows-x86_64 0.1.0 12.00 203.00 215.00 NOTE
r-patched-linux-x86_64 0.1.0 8.89 228.03 236.92 NOTE
r-release-linux-x86_64 0.1.0 8.71 225.57 234.28 NOTE
r-release-macos-arm64 0.1.0 198.00 OK
r-release-macos-x86_64 0.1.0 447.00 OK
r-release-windows-x86_64 0.1.0 11.00 199.00 210.00 NOTE
r-oldrel-macos-arm64 0.1.0 178.00 OK
r-oldrel-macos-x86_64 0.1.0 433.00 OK
r-oldrel-windows-x86_64 0.1.0 13.00 280.00 293.00 OK

Check Details

Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jane Pan <jpan1@ucla.edu>’ The Description field contains (2021) <arXiv:2112.03509>. Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: pwr_curve.Rd: ggplot2 Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [148s/181s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesassurance) > > test_check("bayesassurance") [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 20 [1] 40 30 [1] 10 20 [1] 10 20 [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-bayes_adcock.R:47:3'): Assurance plot output is a ggplot ───── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_adcock.R:57:3'): Correct labels on x and y axes ────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_adcock.R:57:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_goal_func.R:52:3'): Rate of correct classification plot is a ggplot ── is.ggplot(out$rc_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_goal_func.R:63:3'): Correct labels on x and y axes ─────── <notSubsettableError/error/condition> Error in `out$rc_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$rc_plot$labels$y, "Rate of Correct Classification") at test-bayes_goal_func.R:63:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim.R:57:3'): Assurance plot output is a ggplot ──────── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim.R:70:3'): Correct labels on x and y axes ───────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim.R:70:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim_betabinomial.R:53:3'): Assurance plot output is a ggplot ── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim_betabinomial.R:65:3'): Correct labels on x and y axes ── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim_betabinomial.R:65:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Error ('test-bayes_sim_unknownvar.R:75:3'): Correct labels on x and y axes of assurance plot ── <notSubsettableError/error/condition> Error in `out$assur_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assur_plot$labels$y, "Assurance") at test-bayes_sim_unknownvar.R:75:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayesassurance.R:28:3'): Assurance plot output is a ggplot ─── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayesassurance.R:36:3'): Correct labels on x and y axes ──────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayesassurance.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-frequentist.R:28:3'): Power plot output is a ggplot ────────── is.ggplot(out$pwr_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-frequentist.R:36:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$pwr_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$pwr_plot$labels$y, "Power") at test-frequentist.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-pwr_curves.R:99:3'): Plot output is a ggplot ───────────────── is.ggplot(out$plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-pwr_curves.R:114:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$plot$labels$y, "Power/Assurance") at test-pwr_curves.R:114:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [74s/83s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesassurance) > > test_check("bayesassurance") [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 20 [1] 40 30 [1] 10 20 [1] 10 20 [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-bayes_adcock.R:47:3'): Assurance plot output is a ggplot ───── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_adcock.R:57:3'): Correct labels on x and y axes ────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_adcock.R:57:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_goal_func.R:52:3'): Rate of correct classification plot is a ggplot ── is.ggplot(out$rc_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_goal_func.R:63:3'): Correct labels on x and y axes ─────── <notSubsettableError/error/condition> Error in `out$rc_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$rc_plot$labels$y, "Rate of Correct Classification") at test-bayes_goal_func.R:63:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim.R:57:3'): Assurance plot output is a ggplot ──────── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim.R:70:3'): Correct labels on x and y axes ───────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim.R:70:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim_betabinomial.R:53:3'): Assurance plot output is a ggplot ── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim_betabinomial.R:65:3'): Correct labels on x and y axes ── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim_betabinomial.R:65:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Error ('test-bayes_sim_unknownvar.R:75:3'): Correct labels on x and y axes of assurance plot ── <notSubsettableError/error/condition> Error in `out$assur_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assur_plot$labels$y, "Assurance") at test-bayes_sim_unknownvar.R:75:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayesassurance.R:28:3'): Assurance plot output is a ggplot ─── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayesassurance.R:36:3'): Correct labels on x and y axes ──────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayesassurance.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-frequentist.R:28:3'): Power plot output is a ggplot ────────── is.ggplot(out$pwr_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-frequentist.R:36:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$pwr_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$pwr_plot$labels$y, "Power") at test-frequentist.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-pwr_curves.R:99:3'): Plot output is a ggplot ───────────────── is.ggplot(out$plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-pwr_curves.R:114:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$plot$labels$y, "Power/Assurance") at test-pwr_curves.R:114:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [237s/277s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesassurance) > > test_check("bayesassurance") [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 20 [1] 40 30 [1] 10 20 [1] 10 20 [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-bayes_adcock.R:47:3'): Assurance plot output is a ggplot ───── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_adcock.R:57:3'): Correct labels on x and y axes ────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_adcock.R:57:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_goal_func.R:52:3'): Rate of correct classification plot is a ggplot ── is.ggplot(out$rc_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_goal_func.R:63:3'): Correct labels on x and y axes ─────── <notSubsettableError/error/condition> Error in `out$rc_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$rc_plot$labels$y, "Rate of Correct Classification") at test-bayes_goal_func.R:63:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim.R:57:3'): Assurance plot output is a ggplot ──────── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim.R:70:3'): Correct labels on x and y axes ───────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim.R:70:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim_betabinomial.R:53:3'): Assurance plot output is a ggplot ── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim_betabinomial.R:65:3'): Correct labels on x and y axes ── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim_betabinomial.R:65:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Error ('test-bayes_sim_unknownvar.R:75:3'): Correct labels on x and y axes of assurance plot ── <notSubsettableError/error/condition> Error in `out$assur_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assur_plot$labels$y, "Assurance") at test-bayes_sim_unknownvar.R:75:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayesassurance.R:28:3'): Assurance plot output is a ggplot ─── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayesassurance.R:36:3'): Correct labels on x and y axes ──────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayesassurance.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-frequentist.R:28:3'): Power plot output is a ggplot ────────── is.ggplot(out$pwr_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-frequentist.R:36:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$pwr_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$pwr_plot$labels$y, "Power") at test-frequentist.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-pwr_curves.R:99:3'): Plot output is a ggplot ───────────────── is.ggplot(out$plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-pwr_curves.R:114:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$plot$labels$y, "Power/Assurance") at test-pwr_curves.R:114:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [230s/285s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bayesassurance) > > test_check("bayesassurance") [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 10 [1] 40 10 [1] 20 20 [1] 30 20 [1] 40 20 [1] 20 30 [1] 30 30 [1] 40 30 [1] 20 10 [1] 30 20 [1] 40 30 [1] 10 20 [1] 10 20 [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-bayes_adcock.R:47:3'): Assurance plot output is a ggplot ───── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_adcock.R:57:3'): Correct labels on x and y axes ────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_adcock.R:57:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_goal_func.R:52:3'): Rate of correct classification plot is a ggplot ── is.ggplot(out$rc_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_goal_func.R:63:3'): Correct labels on x and y axes ─────── <notSubsettableError/error/condition> Error in `out$rc_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$rc_plot$labels$y, "Rate of Correct Classification") at test-bayes_goal_func.R:63:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim.R:57:3'): Assurance plot output is a ggplot ──────── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim.R:70:3'): Correct labels on x and y axes ───────────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim.R:70:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayes_sim_betabinomial.R:53:3'): Assurance plot output is a ggplot ── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayes_sim_betabinomial.R:65:3'): Correct labels on x and y axes ── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayes_sim_betabinomial.R:65:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Error ('test-bayes_sim_unknownvar.R:75:3'): Correct labels on x and y axes of assurance plot ── <notSubsettableError/error/condition> Error in `out$assur_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assur_plot$labels$y, "Assurance") at test-bayes_sim_unknownvar.R:75:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-bayesassurance.R:28:3'): Assurance plot output is a ggplot ─── is.ggplot(out$assurance_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-bayesassurance.R:36:3'): Correct labels on x and y axes ──────── <notSubsettableError/error/condition> Error in `out$assurance_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$assurance_plot$labels$y, "Assurance") at test-bayesassurance.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-frequentist.R:28:3'): Power plot output is a ggplot ────────── is.ggplot(out$pwr_plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-frequentist.R:36:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$pwr_plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$pwr_plot$labels$y, "Power") at test-frequentist.R:36:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) ── Failure ('test-pwr_curves.R:99:3'): Plot output is a ggplot ───────────────── is.ggplot(out$plot) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-pwr_curves.R:114:3'): Correct labels on x and y axes ─────────── <notSubsettableError/error/condition> Error in `out$plot$labels`: object of type 'object' is not subsettable Backtrace: ▆ 1. └─testthat::expect_identical(out$plot$labels$y, "Power/Assurance") at test-pwr_curves.R:114:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc