Skip to content

Commit

Permalink
Update tests/README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 4, 2022
1 parent fc8b40e commit c7e2189
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Tests and Coverage
================
29 January, 2022 06:22:05
04 February, 2022 05:29:32

- [Coverage](#coverage)
- [Unit Tests](#unit-tests)
Expand Down Expand Up @@ -36,15 +36,15 @@ Unit Test summary is created using the

| file | n | time | error | failed | skipped | warning |
| :---------------------------------------------------------------- | -: | ----: | ----: | -----: | ------: | ------: |
| [test-clm.R](testthat/test-clm.R) | 19 | 0.051 | 0 | 0 | 0 | 0 |
| [test-fontsize.R](testthat/test-fontsize.R) | 9 | 0.003 | 0 | 0 | 0 | 0 |
| [test-clm.R](testthat/test-clm.R) | 19 | 0.061 | 0 | 0 | 0 | 0 |
| [test-fontsize.R](testthat/test-fontsize.R) | 9 | 0.004 | 0 | 0 | 0 | 0 |
| [test-forecast-arima.R](testthat/test-forecast-arima.R) | 4 | 0.002 | 0 | 0 | 0 | 0 |
| [test-glm.R](testthat/test-glm.R) | 23 | 0.006 | 0 | 0 | 0 | 0 |
| [test-glmerMod.R](testthat/test-glmerMod.R) | 9 | 0.002 | 0 | 0 | 0 | 0 |
| [test-lm.R](testthat/test-lm.R) | 18 | 0.007 | 0 | 0 | 0 | 0 |
| [test-glm.R](testthat/test-glm.R) | 23 | 0.009 | 0 | 0 | 0 | 0 |
| [test-glmerMod.R](testthat/test-glmerMod.R) | 9 | 0.003 | 0 | 0 | 0 | 0 |
| [test-lm.R](testthat/test-lm.R) | 18 | 0.008 | 0 | 0 | 0 | 0 |
| [test-lmerMod.R](testthat/test-lmerMod.R) | 41 | 0.015 | 0 | 0 | 0 | 0 |
| [test-polr.R](testthat/test-polr.R) | 13 | 0.004 | 0 | 0 | 0 | 0 |
| [test-print.R](testthat/test-print.R) | 4 | 0.002 | 0 | 0 | 0 | 0 |
| [test-polr.R](testthat/test-polr.R) | 13 | 0.006 | 0 | 0 | 0 | 0 |
| [test-print.R](testthat/test-print.R) | 4 | 0.001 | 0 | 0 | 0 | 0 |
| [test-utils.R](testthat/test-utils.R) | 8 | 0.003 | 0 | 0 | 0 | 0 |
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R) | 10 | 0.004 | 0 | 0 | 0 | 0 |

Expand All @@ -54,68 +54,68 @@ Unit Test summary is created using the

| file | context | test | status | n | time |
| :----------------------------------------------------------------- | :------ | :---------------------------------------------------------- | :----- | -: | ----: |
| [test-clm.R](testthat/test-clm.R#) | | colorizing works | PASS | 1 | 0.033 |
| [test-clm.R](testthat/test-clm.R#) | | Renaming Variables works | PASS | 2 | 0.012 |
| [test-clm.R](testthat/test-clm.R#) | | colorizing works | PASS | 1 | 0.040 |
| [test-clm.R](testthat/test-clm.R#) | | Renaming Variables works | PASS | 2 | 0.014 |
| [test-clm.R](testthat/test-clm.R#) | | Math extraction works | PASS | 4 | 0.002 |
| [test-clm.R](testthat/test-clm.R#) | | Collapsing clm factors works | PASS | 6 | 0.002 |
| [test-clm.R](testthat/test-clm.R#) | | Collapsing clm factors works | PASS | 6 | 0.003 |
| [test-clm.R](testthat/test-clm.R#) | | Ordered models with clm work | PASS | 5 | 0.002 |
| [test-clm.R](testthat/test-clm.R#) | | Unsupported CLMs create a message | PASS | 1 | 0.000 |
| [test-fontsize.R](testthat/test-fontsize.R#) | | font-size changes, lm | PASS | 3 | 0.001 |
| [test-fontsize.R](testthat/test-fontsize.R#) | | font-size changes, lm | PASS | 3 | 0.002 |
| [test-fontsize.R](testthat/test-fontsize.R#) | | font-size changes, lmer | PASS | 3 | 0.001 |
| [test-fontsize.R](testthat/test-fontsize.R#) | | font-size changes, arima | PASS | 3 | 0.001 |
| [test-forecast-arima.R](testthat/test-forecast-arima.R#) | | Basic ARIMA model functions | PASS | 2 | 0.001 |
| [test-forecast-arima.R](testthat/test-forecast-arima.R#) | | Regression w/ ARIMA Errors functions | PASS | 2 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | colorizing works | PASS | 4 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Renaming Variables works | PASS | 1 | 0.000 |
| [test-glm.R](testthat/test-glm.R#) | | Renaming Variables works | PASS | 1 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Math extraction works | PASS | 2 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Collapsing glm factors works | PASS | 4 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Logistic regression works | PASS | 1 | 0.000 |
| [test-glm.R](testthat/test-glm.R#) | | Logistic regression works | PASS | 1 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Probit regression works | PASS | 2 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Unsupported GLMs create a message | PASS | 1 | 0.000 |
| [test-glm.R](testthat/test-glm.R#) | | Distribution-based equations work | PASS | 3 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | Weights work | PASS | 1 | 0.000 |
| [test-glm.R](testthat/test-glm.R#) | | Weights work | PASS | 1 | 0.001 |
| [test-glm.R](testthat/test-glm.R#) | | non-binomial regression works | PASS | 4 | 0.001 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Checking for random/fixed effects works | PASS | 1 | 0.000 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | colorizing works | PASS | 2 | 0.000 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Checking for random/fixed effects works | PASS | 1 | 0.001 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | colorizing works | PASS | 2 | 0.001 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Renaming Variables works | PASS | 1 | 0.000 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Standard Poisson regression models work | PASS | 2 | 0.001 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Poisson regression models with an offset work | PASS | 2 | 0.001 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Poisson regression models with an offset work | PASS | 2 | 0.000 |
| [test-glmerMod.R](testthat/test-glmerMod.R#) | | Binomial Logistic Regression models work | PASS | 1 | 0.000 |
| [test-lm.R](testthat/test-lm.R#) | | Overlapping names don’t result in an error | PASS | 1 | 0.000 |
| [test-lm.R](testthat/test-lm.R#) | | Dropping intercept notation works | PASS | 1 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | colorizing works | PASS | 1 | 0.000 |
| [test-lm.R](testthat/test-lm.R#) | | Renaming Variables works | PASS | 1 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Renaming Variables works | PASS | 1 | 0.000 |
| [test-lm.R](testthat/test-lm.R#) | | Math extraction works | PASS | 3 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Collapsing lm factors works | PASS | 2 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Labeling works | PASS | 1 | 0.000 |
| [test-lm.R](testthat/test-lm.R#) | | Labeling works | PASS | 1 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Simple lm models work | PASS | 3 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Interactions work | PASS | 2 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Custom Greek works | PASS | 2 | 0.001 |
| [test-lm.R](testthat/test-lm.R#) | | Hat is escaped correctly | PASS | 1 | 0.000 |
| [test-lm.R](testthat/test-lm.R#) | | Hat is escaped correctly | PASS | 1 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Checking for random/fixed effects works | PASS | 1 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | colorizing works | PASS | 3 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Math extraction works | PASS | 4 | 0.002 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Implicit ID variables are handled | PASS | 1 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Renaming Variables works | PASS | 1 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Really big models work | PASS | 1 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Implicit ID variables are handled | PASS | 1 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Renaming Variables works | PASS | 1 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Really big models work | PASS | 1 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Categorical variable level parsing works (from issue \#140) | PASS | 1 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Unconditional lmer models work | PASS | 3 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Unconditional lmer models work | PASS | 3 | 0.002 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Level 1 predictors work | PASS | 2 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Mean separate works as expected | PASS | 2 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Mean separate works as expected | PASS | 2 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Wrapping works as expected | PASS | 1 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Unstructured variance-covariances work as expected | PASS | 5 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Unstructured variance-covariances work as expected | PASS | 5 | 0.002 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Group-level predictors work as expected | PASS | 3 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Interactions work as expected | PASS | 5 | 0.002 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Alternate random effect VCV structures work | PASS | 3 | 0.002 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Alternate random effect VCV structures work | PASS | 3 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | Nested model syntax works | PASS | 3 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | use\_coef works | PASS | 1 | 0.000 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | use\_coef works | PASS | 1 | 0.001 |
| [test-lmerMod.R](testthat/test-lmerMod.R#) | | return variances works | PASS | 1 | 0.000 |
| [test-polr.R](testthat/test-polr.R#) | | colorizing works | PASS | 1 | 0.001 |
| [test-polr.R](testthat/test-polr.R#) | | Renaming Variables works | PASS | 1 | 0.000 |
| [test-polr.R](testthat/test-polr.R#) | | Math extraction works | PASS | 2 | 0.000 |
| [test-polr.R](testthat/test-polr.R#) | | Collapsing polr factors works | PASS | 4 | 0.001 |
| [test-polr.R](testthat/test-polr.R#) | | Math extraction works | PASS | 2 | 0.001 |
| [test-polr.R](testthat/test-polr.R#) | | Collapsing polr factors works | PASS | 4 | 0.002 |
| [test-polr.R](testthat/test-polr.R#) | | Ordered logistic regression works | PASS | 5 | 0.002 |
| [test-print.R](testthat/test-print.R#) | | Equation is printed correctly | PASS | 2 | 0.001 |
| [test-print.R](testthat/test-print.R#) | | Equation is printed correctly | PASS | 2 | 0.000 |
| [test-print.R](testthat/test-print.R#) | | Equation is knit\_print-ed correctly | PASS | 2 | 0.001 |
| [test-utils.R](testthat/test-utils.R#) | | Strict mapply\_\* functions work | PASS | 8 | 0.003 |
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R#) | | Coefficient digits work correctly | PASS | 2 | 0.001 |
Expand All @@ -130,7 +130,7 @@ Unit Test summary is created using the
| Field | Value | |
| :------- | :-------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Version | R version 4.1.2 (2021-11-01) | |
| Platform | x86\_64-apple-darwin17.0 (64-bit) | <a href="https://github.com/datalorax/equatiomatic/commit/032b23f8b2cd0fde4ca37408ec1e67a68a450656/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
| Platform | x86\_64-apple-darwin17.0 (64-bit) | <a href="https://github.com/datalorax/equatiomatic/commit/fc8b40e0f03ce11004b57fc9eb9af398c4f07dc6/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
| Running | macOS Big Sur 10.16 | |
| Language | en\_US | |
| Timezone | UTC | |
Expand Down

0 comments on commit c7e2189

Please sign in to comment.