14 March, 2022 16:40:53
This output is created by covrpage.
Coverage summary is created using the covr package.
Object | Coverage (%) |
---|---|
equatiomatic | 95.80 |
R/shiny.R | 0.00 |
R/print.R | 24.00 |
R/distribution-wrapping.R | 90.91 |
R/extract_lhs.R | 94.74 |
R/merMod.R | 95.25 |
R/extract_eq.R | 96.41 |
R/utils.R | 97.87 |
R/extract_rhs.R | 99.31 |
R/create_eq.R | 99.51 |
R/helpers_forecast.R | 100.00 |
Unit Test summary is created using the testthat package.
file | n | time | error | failed | skipped | warning | icon |
---|---|---|---|---|---|---|---|
test-clm.R | 19 | 0.057 | 0 | 0 | 0 | 0 | |
test-fontsize.R | 9 | 0.004 | 0 | 0 | 0 | 0 | |
test-forecast-arima.R | 4 | 0.004 | 0 | 0 | 0 | 0 | |
test-glm.R | 23 | 0.009 | 0 | 0 | 0 | 0 | |
test-glmerMod.R | 9 | 0.003 | 0 | 0 | 0 | 0 | |
test-lm.R | 18 | 0.010 | 0 | 0 | 0 | 0 | |
test-lmerMod.R | 41 | 0.012 | 0 | 0 | 0 | 0 | |
test-polr.R | 13 | 0.004 | 0 | 0 | 0 | 0 | |
test-print.R | 4 | 0.002 | 0 | 0 | 0 | 0 | |
test-se-subscripts.R | 19 | 0.007 | 0 | 0 | 0 | 2 | |
test-utils.R | 8 | 0.003 | 0 | 0 | 0 | 0 | |
test-wrapping-formatting.R | 10 | 0.004 | 0 | 0 | 0 | 0 |
Show Detailed Test Results
file | context | test | status | n | time | icon |
---|---|---|---|---|---|---|
test-clm.R | colorizing works | PASS | 1 | 0.038 | ||
test-clm.R | Renaming Variables works | PASS | 2 | 0.012 | ||
test-clm.R | Math extraction works | PASS | 4 | 0.002 | ||
test-clm.R | Collapsing clm factors works | PASS | 6 | 0.002 | ||
test-clm.R | Ordered models with clm work | PASS | 5 | 0.002 | ||
test-clm.R | Unsupported CLMs create a message | PASS | 1 | 0.001 | ||
test-fontsize.R | font-size changes, lm | PASS | 3 | 0.001 | ||
test-fontsize.R | font-size changes, lmer | PASS | 3 | 0.001 | ||
test-fontsize.R | font-size changes, arima | PASS | 3 | 0.002 | ||
test-forecast-arima.R | Basic ARIMA model functions | PASS | 2 | 0.002 | ||
test-forecast-arima.R | Regression w/ ARIMA Errors functions | PASS | 2 | 0.002 | ||
test-glm.R | colorizing works | PASS | 4 | 0.002 | ||
test-glm.R | Renaming Variables works | PASS | 1 | 0.000 | ||
test-glm.R | Math extraction works | PASS | 2 | 0.001 | ||
test-glm.R | Collapsing glm factors works | PASS | 4 | 0.001 | ||
test-glm.R | Logistic regression works | PASS | 1 | 0.000 | ||
test-glm.R | Probit regression works | PASS | 2 | 0.001 | ||
test-glm.R | Unsupported GLMs create a message | PASS | 1 | 0.000 | ||
test-glm.R | Distribution-based equations work | PASS | 3 | 0.002 | ||
test-glm.R | Weights work | PASS | 1 | 0.001 | ||
test-glm.R | non-binomial regression works | PASS | 4 | 0.001 | ||
test-glmerMod.R | Checking for random/fixed effects works | PASS | 1 | 0.000 | ||
test-glmerMod.R | colorizing works | PASS | 2 | 0.000 | ||
test-glmerMod.R | Renaming Variables works | PASS | 1 | 0.000 | ||
test-glmerMod.R | Standard Poisson regression models work | PASS | 2 | 0.001 | ||
test-glmerMod.R | Poisson regression models with an offset work | PASS | 2 | 0.001 | ||
test-glmerMod.R | Binomial Logistic Regression models work | PASS | 1 | 0.001 | ||
test-lm.R | Overlapping names don’t result in an error | PASS | 1 | 0.001 | ||
test-lm.R | Dropping intercept notation works | PASS | 1 | 0.000 | ||
test-lm.R | colorizing works | PASS | 1 | 0.000 | ||
test-lm.R | Renaming Variables works | PASS | 1 | 0.001 | ||
test-lm.R | Math extraction works | PASS | 3 | 0.001 | ||
test-lm.R | Collapsing lm factors works | PASS | 2 | 0.001 | ||
test-lm.R | Labeling works | PASS | 1 | 0.001 | ||
test-lm.R | Simple lm models work | PASS | 3 | 0.001 | ||
test-lm.R | Interactions work | PASS | 2 | 0.002 | ||
test-lm.R | Custom Greek works | PASS | 2 | 0.001 | ||
test-lm.R | Hat is escaped correctly | PASS | 1 | 0.001 | ||
test-lmerMod.R | Checking for random/fixed effects works | PASS | 1 | 0.000 | ||
test-lmerMod.R | colorizing works | PASS | 3 | 0.001 | ||
test-lmerMod.R | Math extraction works | PASS | 4 | 0.001 | ||
test-lmerMod.R | Implicit ID variables are handled | PASS | 1 | 0.000 | ||
test-lmerMod.R | Renaming Variables works | PASS | 1 | 0.001 | ||
test-lmerMod.R | Really big models work | PASS | 1 | 0.000 | ||
test-lmerMod.R | Categorical variable level parsing works (from issue #140) | PASS | 1 | 0.000 | ||
test-lmerMod.R | Unconditional lmer models work | PASS | 3 | 0.001 | ||
test-lmerMod.R | Level 1 predictors work | PASS | 2 | 0.000 | ||
test-lmerMod.R | Mean separate works as expected | PASS | 2 | 0.000 | ||
test-lmerMod.R | Wrapping works as expected | PASS | 1 | 0.000 | ||
test-lmerMod.R | Unstructured variance-covariances work as expected | PASS | 5 | 0.002 | ||
test-lmerMod.R | Group-level predictors work as expected | PASS | 3 | 0.001 | ||
test-lmerMod.R | Interactions work as expected | PASS | 5 | 0.001 | ||
test-lmerMod.R | Alternate random effect VCV structures work | PASS | 3 | 0.001 | ||
test-lmerMod.R | Nested model syntax works | PASS | 3 | 0.001 | ||
test-lmerMod.R | use_coef works | PASS | 1 | 0.001 | ||
test-lmerMod.R | return variances works | PASS | 1 | 0.001 | ||
test-polr.R | colorizing works | PASS | 1 | 0.001 | ||
test-polr.R | Renaming Variables works | PASS | 1 | 0.000 | ||
test-polr.R | Math extraction works | PASS | 2 | 0.000 | ||
test-polr.R | Collapsing polr factors works | PASS | 4 | 0.001 | ||
test-polr.R | Ordered logistic regression works | PASS | 5 | 0.002 | ||
test-print.R | Equation is printed correctly | PASS | 2 | 0.001 | ||
test-print.R | Equation is knit_print-ed correctly | PASS | 2 | 0.001 | ||
test-se-subscripts.R | se_subscripts argument works with numeric coefficients | PASS | 3 | 0.001 | ||
test-se-subscripts.R | se_subscripts argument works with wrapping | PASS | 4 | 0.001 | ||
test-se-subscripts.R | se_subscripts argument works with Greek letter terms | PASS | 4 | 0.002 | ||
test-se-subscripts.R | se_subscripts argument works with transformed variables | PASS | 4 | 0.002 | ||
test-se-subscripts.R | se_subscripts works with factor variable | WARNING | 4 | 0.001 | ||
test-utils.R | Strict mapply_* functions work | PASS | 8 | 0.003 | ||
test-wrapping-formatting.R | Coefficient digits work correctly | PASS | 2 | 0.001 | ||
test-wrapping-formatting.R | Wrapping works correctly | PASS | 8 | 0.003 |
Failed | Warning | Skipped |
---|---|---|
🛑 | 🔶 |