Skip to content

Commit 3f706d9

Browse files
committed
Update test-auditbayesianevaluation.R
1 parent 3dba80b commit 3f706d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-auditbayesianevaluation.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ options$min_precision_rel_val <- 0.02
3434
options$explanatoryText <- TRUE
3535
options$id <- ""
3636
options$stratum <- ""
37+
options$hurdle <- FALSE
3738
options$tableTaints <- FALSE
3839
options$tableAssumptions <- FALSE
3940
options$plotPosteriorInfo <- FALSE
@@ -123,6 +124,7 @@ options$car <- "high"
123124
options$n <- 0
124125
options$x <- 0
125126
options$stratum <- ""
127+
options$hurdle <- FALSE
126128
options$tableTaints <- FALSE
127129
options$tableAssumptions <- FALSE
128130
options$expected_rel_val <- 0
@@ -206,6 +208,7 @@ options$min_precision_rel_val <- 0.02
206208
options$explanatoryText <- TRUE
207209
options$stratum <- ""
208210
options$pooling <- FALSE
211+
options$hurdle <- FALSE
209212
options$n <- 0
210213
options$x <- 0
211214
options$tableTaints <- FALSE

0 commit comments

Comments
 (0)