diff --git a/inst/WORDLIST b/inst/WORDLIST index 6f74c0c02..570099e9b 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -4,6 +4,7 @@ Ameijeiras Analysing Anova Asparouhov +BLUPs BMC Bafumi BayesFactor @@ -158,6 +159,7 @@ effectsize emmGrid emmeans endogeneity +epiR equivariance ergm et @@ -177,6 +179,7 @@ interpretable io ivfixed ivprobit +joineRML joss jstatsoft kmeans @@ -199,6 +202,7 @@ metaBMA metafor metaplus mfx +mhurdle minkowski mira mlm diff --git a/tests/spelling.R b/tests/spelling.R index 13f77d963..6713838fc 100644 --- a/tests/spelling.R +++ b/tests/spelling.R @@ -1,6 +1,3 @@ -if (requireNamespace("spelling", quietly = TRUE)) { - spelling::spell_check_test( - vignettes = TRUE, error = FALSE, - skip_on_cran = TRUE - ) -} +if(requireNamespace('spelling', quietly = TRUE)) + spelling::spell_check_test(vignettes = TRUE, error = FALSE, + skip_on_cran = TRUE) diff --git a/tests/testthat/test-model_parameters.vgam.R b/tests/testthat/test-model_parameters.vgam.R index 0278f4620..e990fb3ab 100644 --- a/tests/testthat/test-model_parameters.vgam.R +++ b/tests/testthat/test-model_parameters.vgam.R @@ -7,7 +7,7 @@ if (require("testthat") && require("VGAM") && require("parameters")) { m1 <- suppressWarnings(vgam( cbind(normal, mild, severe) ~ s(let) + exposure.time, - # cumulative(parallel = TRUE), + cumulative(parallel = TRUE), data = pneumo, trace = FALSE ))