1
1
Tests and Coverage
2
2
================
3
- 19 January, 2021 04:37:19
3
+ 19 January, 2021 21:31:49
4
4
5
5
- [ Coverage] ( #coverage )
6
6
- [ Unit Tests] ( #unit-tests )
@@ -40,51 +40,51 @@ Unit Test summary is created using the
40
40
41
41
| file | n | time | error | failed | skipped | warning | icon |
42
42
| :---------------------------------------------------------------- | -: | -----: | ----: | -----: | ------: | ------: | :--- |
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 | |
52
52
53
53
<details open >
54
54
55
55
<summary > Show Detailed Test Results </summary >
56
56
57
57
| file | context | test | status | n | time | icon |
58
58
| :------------------------------------------------------------------------ | :------------------ | :------------------------------------------------- | :----- | -: | -----: | :--- |
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 | 🛑 |
67
67
| [ 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 | |
88
88
89
89
| Failed | Warning | Skipped |
90
90
| :----- | :------ | :------ |
@@ -99,7 +99,7 @@ Unit Test summary is created using the
99
99
| Field | Value | |
100
100
| :------- | :-------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
101
101
| 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 > |
103
103
| Running | macOS Catalina 10.15.7 | |
104
104
| Language | en\_ US | |
105
105
| Timezone | UTC | |
0 commit comments