Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tests and Coverage

27 August, 2020 16:37:53

This output is created by covrpage.

Coverage

Coverage summary is created using the covr package.

Object Coverage (%)
equatiomatic 99.66
R/extract_lhs.R 98.70
R/create_eq.R 100.00
R/extract_eq.R 100.00
R/extract_rhs.R 100.00
R/print.R 100.00
R/utils.R 100.00

Unit Tests

Unit Test summary is created using the testthat package.

file n time error failed skipped warning
test-clm.R 6 1.703 0 0 0 0
test-glm.R 8 0.169 0 0 0 0
test-lm.R 7 0.107 0 0 0 0
test-polr.R 5 0.107 0 0 0 0
test-print.R 2 0.009 0 0 0 0
test-utils.R 8 0.041 0 0 0 0
test-wrapping-formatting.R 10 0.096 0 0 0 0
Show Detailed Test Results
file context test status n time
test-clm.R CLMs Ordered models with clm work PASS 5 1.683
test-clm.R CLMs Unsupported CLMs create a message PASS 1 0.020
test-glm.R GLMs Logistic regression works PASS 1 0.027
test-glm.R GLMs Probit regression works PASS 2 0.065
test-glm.R GLMs Unsupported GLMs create a message PASS 1 0.012
test-glm.R GLMs Distribution-based equations work PASS 3 0.051
test-glm.R GLMs Weights work PASS 1 0.014
test-lm.R Linear models Simple lm models work PASS 3 0.027
test-lm.R Linear models Interactions work PASS 2 0.020
test-lm.R Linear models Custom Greek works PASS 2 0.060
test-polr.R polr Ordered logistic regression works PASS 5 0.107
test-print.R Printing Equation is printed correctly PASS 2 0.009
test-utils.R Utility functions Strict mapply_* functions work PASS 8 0.041
test-wrapping-formatting.R Wrapping and formatting Coefficient digits work correctly PASS 2 0.016
test-wrapping-formatting.R Wrapping and formatting Wrapping works correctly PASS 8 0.080
Session Info
Field Value
Version R version 4.0.2 (2020-06-22)
Platform x86_64-apple-darwin17.0 (64-bit)
Running macOS Catalina 10.15.6
Language en_US
Timezone UTC
Package Version
testthat 2.3.2
covr 3.5.0
covrpage 0.0.71