Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
117 lines (98 sloc) 10.4 KB

Tests and Coverage

07 March, 2020 10:37:14

This output is created by covrpage.

Coverage

Coverage summary is created using the covr package.

Object Coverage (%)
ggeasy 96.52
R/legend.R 90.54
R/axis.R 100.00
R/labs.R 100.00
R/labs2.R 100.00
R/text.R 100.00

Unit Tests

Unit Test summary is created using the testthat package.

file n time error failed skipped warning icon
test-labs.R 10 1.490 0 0 4 0 🔶
test-legend.R 87 0.636 0 0 0 0
test-remove-axis.R 20 0.224 0 0 0 0
test-rotate.R 23 0.192 0 0 0 0
test-text.R 301 0.325 0 0 0 0
Show Detailed Test Results
file context test status n time icon
test-labs.R attr labs easy_labs uses column attrib SKIPPED 4 0.556 🔶
test-labs.R attr labs regular labs overides easy_labs SKIPPED 2 0.286 🔶
test-labs.R attr labs regular labs pass new labels through easy_labs SKIPPED 2 0.258 🔶
test-labs.R attr labs column name used when no column attrib present SKIPPED 2 0.390 🔶
test-legend.R remove legend easy_remove_legend works with no argument PASS 1 0.014
test-legend.R remove legend easy_remove_legend works with single character argument PASS 1 0.014
test-legend.R remove legend easy_remove_legend works with single bare argument PASS 1 0.015
test-legend.R remove legend easy_remove_legend works with multiple character arguments PASS 1 0.022
test-legend.R remove legend easy_remove_legend works with multiple bare arguments PASS 1 0.013
test-legend.R remove legend easy_remove_legend teach = TRUE works with no other arguments PASS 2 0.005
test-legend.R remove legend easy_remove_legend teach = TRUE works with specific aes PASS 2 0.005
test-legend.R remove legend easy_remove_legend teach = TRUE works with multiple aes PASS 2 0.004
test-legend.R move legend easy_change_legend errors with no argument PASS 1 0.012
test-legend.R move legend easy_change_legend works with combinations PASS 4 0.053
test-legend.R move legend easy_move_legend works with no argument PASS 1 0.012
test-legend.R move legend easy_move_legend works with specified argument PASS 3 0.045
test-legend.R move legend easy_move_legend errors with bad argument PASS 1 0.007
test-legend.R move legend easy_move_legend aliases work PASS 3 0.040
test-legend.R move legend easy_move_legend teach = TRUE works with combinations PASS 4 0.023
test-legend.R move legend easy_legend_at teach = TRUE works with combinations PASS 4 0.020
test-legend.R move legend easy_change_legend teach = TRUE works with position PASS 3 0.016
test-legend.R legend direction easy_rotate_legend works with no argument PASS 1 0.014
test-legend.R legend direction easy_rotate_legend works with combinations PASS 4 0.059
test-legend.R legend direction easy_rotate_legend teach = TRUE works with combinations PASS 4 0.018
test-legend.R legend justification easy_adjust_legend works with no argument PASS 1 0.015
test-legend.R legend justification easy_adjust_legend works with combinations PASS 3 0.046
test-legend.R legend justification easy_adjust_legend errors with bad argument PASS 1 0.006
test-legend.R legend justification easy_adjust_legend teach = TRUE works with justification PASS 3 0.020
test-legend.R legend justification easy_change_legend teach = TRUE works with justification PASS 3 0.026
test-legend.R legend justification easy_rotate_legend teach = TRUE works with combinations PASS 4 0.021
test-legend.R legend title easy_add_legend_title errors with no argument PASS 1 0.006
test-legend.R legend title easy_add_legend_title relabels a single legend title PASS 1 0.011
test-legend.R legend title easy_add_legend_title relabels all legend titles PASS 9 0.020
test-legend.R legend title easy_add_legend_title teach = TRUE works with specific aes PASS 4 0.019
test-legend.R legend title easy_add_legend_title teach = TRUE works with unspecific aes PASS 12 0.023
test-legend.R legend title easy_remove_legend_title works PASS 1 0.012
test-remove-axis.R remove axes no argument PASS 3 0.044
test-remove-axis.R remove axes explicit axis PASS 10 0.107
test-remove-axis.R remove axes multiple components PASS 4 0.061
test-remove-axis.R remove axes teach argument produces working code PASS 3 0.012
test-rotate.R rotate labels rotation of both labels PASS 17 0.119
test-rotate.R rotate labels rotation of x labels PASS 3 0.039
test-rotate.R rotate labels rotation of y labels PASS 3 0.034
test-text.R adjust text sizes set text sizes PASS 203 0.217
test-text.R adjust text colors set text colors PASS 98 0.108
Failed Warning Skipped
🛑 ⚠️ 🔶
Session Info
Field Value
Version R version 3.6.2 (2019-12-12)
Platform x86_64-pc-linux-gnu (64-bit)
Running Pop!_OS 19.04
Language en_AU
Timezone Australia/Adelaide
Package Version
testthat 2.3.1
covr 3.4.0
covrpage 0.0.70
You can’t perform that action at this time.