Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 10, 2021
1 parent 5a2adc5 commit e7bdb02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Ameijeiras
Analysing
Anova
Asparouhov
BLUPs
BMC
Bafumi
BayesFactor
Expand Down Expand Up @@ -158,6 +159,7 @@ effectsize
emmGrid
emmeans
endogeneity
epiR
equivariance
ergm
et
Expand All @@ -177,6 +179,7 @@ interpretable
io
ivfixed
ivprobit
joineRML
joss
jstatsoft
kmeans
Expand All @@ -199,6 +202,7 @@ metaBMA
metafor
metaplus
mfx
mhurdle
minkowski
mira
mlm
Expand Down
9 changes: 3 additions & 6 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion tests/testthat/test-model_parameters.vgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
))
Expand Down

0 comments on commit e7bdb02

Please sign in to comment.