Skip to content

Commit

Permalink
Update test-auditbayesianevaluation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Nov 10, 2024
1 parent 7191411 commit 99b0091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-auditbayesianevaluation.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ options$min_precision_rel_val <- 0.02
options$explanatoryText <- TRUE
options$id <- ""
options$stratum <- ""
options$hurdle <- FALSE
options$tableTaints <- FALSE
options$tableAssumptions <- FALSE
options$plotPosteriorInfo <- FALSE
Expand Down Expand Up @@ -123,6 +124,7 @@ options$car <- "high"
options$n <- 0
options$x <- 0
options$stratum <- ""
options$hurdle <- FALSE
options$tableTaints <- FALSE
options$tableAssumptions <- FALSE
options$expected_rel_val <- 0
Expand Down Expand Up @@ -206,6 +208,7 @@ options$min_precision_rel_val <- 0.02
options$explanatoryText <- TRUE
options$stratum <- ""
options$pooling <- FALSE
options$hurdle <- FALSE
options$n <- 0
options$x <- 0
options$tableTaints <- FALSE
Expand Down

0 comments on commit 99b0091

Please sign in to comment.