Skip to content

Commit 368bb50

Browse files
committed
Update tests/README.Rmd
1 parent 1d43692 commit 368bb50

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

tests/README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tests and Coverage
22
================
3-
19 January, 2021 04:37:19
3+
19 January, 2021 21:31:49
44

55
- [Coverage](#coverage)
66
- [Unit Tests](#unit-tests)
@@ -40,51 +40,51 @@ Unit Test summary is created using the
4040

4141
| file | n | time | error | failed | skipped | warning | icon |
4242
| :---------------------------------------------------------------- | -: | -----: | ----: | -----: | ------: | ------: | :--- |
43-
| [test-clm.R](testthat/test-clm.R) | 6 | 2.478 | 0 | 0 | 0 | 0 | |
44-
| [test-forecast-arima.R](testthat/test-forecast-arima.R) | 4 | 1.045 | 0 | 0 | 0 | 0 | |
45-
| [test-glm.R](testthat/test-glm.R) | 12 | 0.247 | 0 | 1 | 0 | 0 | 🛑 |
46-
| [test-lm.R](testthat/test-lm.R) | 7 | 0.092 | 0 | 0 | 0 | 0 | |
47-
| [test-lmerMod.R](testthat/test-lmerMod.R) | 28 | 52.475 | 0 | 0 | 0 | 0 | |
48-
| [test-polr.R](testthat/test-polr.R) | 5 | 0.120 | 0 | 0 | 0 | 0 | |
49-
| [test-print.R](testthat/test-print.R) | 5 | 1.658 | 0 | 3 | 0 | 0 | 🛑 |
50-
| [test-utils.R](testthat/test-utils.R) | 8 | 0.052 | 0 | 0 | 0 | 0 | |
51-
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R) | 10 | 0.127 | 0 | 0 | 0 | 0 | |
43+
| [test-clm.R](testthat/test-clm.R) | 6 | 2.481 | 0 | 0 | 0 | 0 | |
44+
| [test-forecast-arima.R](testthat/test-forecast-arima.R) | 4 | 0.879 | 0 | 0 | 0 | 0 | |
45+
| [test-glm.R](testthat/test-glm.R) | 12 | 0.223 | 0 | 1 | 0 | 0 | 🛑 |
46+
| [test-lm.R](testthat/test-lm.R) | 7 | 0.098 | 0 | 0 | 0 | 0 | |
47+
| [test-lmerMod.R](testthat/test-lmerMod.R) | 28 | 55.381 | 0 | 0 | 0 | 0 | |
48+
| [test-polr.R](testthat/test-polr.R) | 5 | 0.125 | 0 | 0 | 0 | 0 | |
49+
| [test-print.R](testthat/test-print.R) | 5 | 1.659 | 0 | 3 | 0 | 0 | 🛑 |
50+
| [test-utils.R](testthat/test-utils.R) | 8 | 0.050 | 0 | 0 | 0 | 0 | |
51+
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R) | 10 | 0.100 | 0 | 0 | 0 | 0 | |
5252

5353
<details open>
5454

5555
<summary> Show Detailed Test Results </summary>
5656

5757
| file | context | test | status | n | time | icon |
5858
| :------------------------------------------------------------------------ | :------------------ | :------------------------------------------------- | :----- | -: | -----: | :--- |
59-
| [test-clm.R](testthat/test-clm.R#L14) | clm | Ordered models with clm work | PASS | 5 | 2.447 | |
60-
| [test-clm.R](testthat/test-clm.R#L34) | clm | Unsupported CLMs create a message | PASS | 1 | 0.031 | |
61-
| [test-forecast-arima.R](testthat/test-forecast-arima.R#L14) | forecast-arima | Basic ARIMA model functions | PASS | 2 | 0.307 | |
62-
| [test-forecast-arima.R](testthat/test-forecast-arima.R#L37) | forecast-arima | Regression w/ ARIMA Errors functions | PASS | 2 | 0.738 | |
63-
| [test-glm.R](testthat/test-glm.R#L13) | glm | Logistic regression works | PASS | 1 | 0.033 | |
64-
| [test-glm.R](testthat/test-glm.R#L27) | glm | Probit regression works | PASS | 2 | 0.032 | |
65-
| [test-glm.R](testthat/test-glm.R#L39) | glm | Unsupported GLMs create a message | PASS | 1 | 0.016 | |
66-
| [test-glm.R](testthat/test-glm.R#L55) | glm | Distribution-based equations work | FAILED | 3 | 0.057 | 🛑 |
59+
| [test-clm.R](testthat/test-clm.R#L14) | clm | Ordered models with clm work | PASS | 5 | 2.442 | |
60+
| [test-clm.R](testthat/test-clm.R#L34) | clm | Unsupported CLMs create a message | PASS | 1 | 0.039 | |
61+
| [test-forecast-arima.R](testthat/test-forecast-arima.R#L14) | forecast-arima | Basic ARIMA model functions | PASS | 2 | 0.304 | |
62+
| [test-forecast-arima.R](testthat/test-forecast-arima.R#L37) | forecast-arima | Regression w/ ARIMA Errors functions | PASS | 2 | 0.575 | |
63+
| [test-glm.R](testthat/test-glm.R#L13) | glm | Logistic regression works | PASS | 1 | 0.032 | |
64+
| [test-glm.R](testthat/test-glm.R#L27) | glm | Probit regression works | PASS | 2 | 0.031 | |
65+
| [test-glm.R](testthat/test-glm.R#L39) | glm | Unsupported GLMs create a message | PASS | 1 | 0.015 | |
66+
| [test-glm.R](testthat/test-glm.R#L55) | glm | Distribution-based equations work | FAILED | 3 | 0.056 | 🛑 |
6767
| [test-glm.R](testthat/test-glm.R#L75) | glm | Weights work | PASS | 1 | 0.018 | |
68-
| [test-glm.R](testthat/test-glm.R#L89) | glm | non-binomial regression works | PASS | 4 | 0.091 | |
69-
| [test-lm.R](testthat/test-lm.R#L8) | lm | Simple lm models work | PASS | 3 | 0.039 | |
70-
| [test-lm.R](testthat/test-lm.R#L22) | lm | Interactions work | PASS | 2 | 0.028 | |
71-
| [test-lm.R](testthat/test-lm.R#L32_L34) | lm | Custom Greek works | PASS | 2 | 0.025 | |
72-
| [test-lmerMod.R](testthat/test-lmerMod.R#L6) | lmerMod | Unconditional lmer models work | PASS | 3 | 1.287 | |
73-
| [test-lmerMod.R](testthat/test-lmerMod.R#L23) | lmerMod | Level 1 predictors work | PASS | 2 | 0.508 | |
74-
| [test-lmerMod.R](testthat/test-lmerMod.R#L36) | lmerMod | Mean separate works as expected | PASS | 2 | 0.484 | |
75-
| [test-lmerMod.R](testthat/test-lmerMod.R#L49) | lmerMod | Wrapping works as expected | PASS | 1 | 0.341 | |
76-
| [test-lmerMod.R](testthat/test-lmerMod.R#L58) | lmerMod | Unstructured variance-covariances work as expected | PASS | 5 | 5.844 | |
77-
| [test-lmerMod.R](testthat/test-lmerMod.R#L96) | lmerMod | Group-level predictors work as expected | PASS | 3 | 32.059 | |
78-
| [test-lmerMod.R](testthat/test-lmerMod.R#L132) | lmerMod | Interactions work as expected | PASS | 5 | 7.350 | |
79-
| [test-lmerMod.R](testthat/test-lmerMod.R#L168) | lmerMod | Alternate random effect VCV structures work | PASS | 3 | 2.095 | |
80-
| [test-lmerMod.R](testthat/test-lmerMod.R#L193) | lmerMod | Nested model syntax works | PASS | 3 | 0.503 | |
81-
| [test-lmerMod.R](testthat/test-lmerMod.R#L219) | lmerMod | use\_coef works | PASS | 1 | 2.004 | |
82-
| [test-polr.R](testthat/test-polr.R#L13) | polr | Ordered logistic regression works | PASS | 5 | 0.120 | |
83-
| [test-print.R](testthat/test-print.R#L9_L10) | print | Equation is printed correctly | PASS | 2 | 0.018 | |
84-
| [test-print.R](testthat/test-print.R#L22_L24) | print | Equation is knit\_print-ed correctly | FAILED | 3 | 1.640 | 🛑 |
85-
| [test-utils.R](testthat/test-utils.R#L7_L10) | utils | Strict mapply\_\* functions work | PASS | 8 | 0.052 | |
86-
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R#L5_L7) | wrapping-formatting | Coefficient digits work correctly | PASS | 2 | 0.030 | |
87-
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R#L19_L21) | wrapping-formatting | Wrapping works correctly | PASS | 8 | 0.097 | |
68+
| [test-glm.R](testthat/test-glm.R#L89) | glm | non-binomial regression works | PASS | 4 | 0.071 | |
69+
| [test-lm.R](testthat/test-lm.R#L8) | lm | Simple lm models work | PASS | 3 | 0.041 | |
70+
| [test-lm.R](testthat/test-lm.R#L22) | lm | Interactions work | PASS | 2 | 0.031 | |
71+
| [test-lm.R](testthat/test-lm.R#L32_L34) | lm | Custom Greek works | PASS | 2 | 0.026 | |
72+
| [test-lmerMod.R](testthat/test-lmerMod.R#L6) | lmerMod | Unconditional lmer models work | PASS | 3 | 1.161 | |
73+
| [test-lmerMod.R](testthat/test-lmerMod.R#L23) | lmerMod | Level 1 predictors work | PASS | 2 | 0.578 | |
74+
| [test-lmerMod.R](testthat/test-lmerMod.R#L36) | lmerMod | Mean separate works as expected | PASS | 2 | 0.488 | |
75+
| [test-lmerMod.R](testthat/test-lmerMod.R#L49) | lmerMod | Wrapping works as expected | PASS | 1 | 0.358 | |
76+
| [test-lmerMod.R](testthat/test-lmerMod.R#L58) | lmerMod | Unstructured variance-covariances work as expected | PASS | 5 | 6.002 | |
77+
| [test-lmerMod.R](testthat/test-lmerMod.R#L96) | lmerMod | Group-level predictors work as expected | PASS | 3 | 34.376 | |
78+
| [test-lmerMod.R](testthat/test-lmerMod.R#L132) | lmerMod | Interactions work as expected | PASS | 5 | 7.569 | |
79+
| [test-lmerMod.R](testthat/test-lmerMod.R#L168) | lmerMod | Alternate random effect VCV structures work | PASS | 3 | 2.197 | |
80+
| [test-lmerMod.R](testthat/test-lmerMod.R#L193) | lmerMod | Nested model syntax works | PASS | 3 | 0.541 | |
81+
| [test-lmerMod.R](testthat/test-lmerMod.R#L219) | lmerMod | use\_coef works | PASS | 1 | 2.111 | |
82+
| [test-polr.R](testthat/test-polr.R#L13) | polr | Ordered logistic regression works | PASS | 5 | 0.125 | |
83+
| [test-print.R](testthat/test-print.R#L9_L10) | print | Equation is printed correctly | PASS | 2 | 0.017 | |
84+
| [test-print.R](testthat/test-print.R#L22_L24) | print | Equation is knit\_print-ed correctly | FAILED | 3 | 1.642 | 🛑 |
85+
| [test-utils.R](testthat/test-utils.R#L7_L10) | utils | Strict mapply\_\* functions work | PASS | 8 | 0.050 | |
86+
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R#L5_L7) | wrapping-formatting | Coefficient digits work correctly | PASS | 2 | 0.029 | |
87+
| [test-wrapping-formatting.R](testthat/test-wrapping-formatting.R#L19_L21) | wrapping-formatting | Wrapping works correctly | PASS | 8 | 0.071 | |
8888

8989
| Failed | Warning | Skipped |
9090
| :----- | :------ | :------ |
@@ -99,7 +99,7 @@ Unit Test summary is created using the
9999
| Field | Value | |
100100
| :------- | :-------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
101101
| Version | R version 4.0.3 (2020-10-10) | |
102-
| Platform | x86\_64-apple-darwin17.0 (64-bit) | <a href="https://github.com/datalorax/equatiomatic/commit/e77fa87f39729e41beb296c3a32e0c73a845924f/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
102+
| Platform | x86\_64-apple-darwin17.0 (64-bit) | <a href="https://github.com/datalorax/equatiomatic/commit/1d43692b8acec080b1a8c59884c2001e5816b8cc/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
103103
| Running | macOS Catalina 10.15.7 | |
104104
| Language | en\_US | |
105105
| Timezone | UTC | |

0 commit comments

Comments
 (0)