Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tests and Coverage

26 February, 2020 09:38:05

This output is created by covrpage.

Coverage

Coverage summary is created using the covr package.

Object Coverage (%)
ggstatsplot 11.07
R/combine_plots.R 0.00
R/combine_plots2.R 0.00
R/ggbarstats.R 0.00
R/ggbetweenstats.R 0.00
R/ggcorrmat.R 0.00
R/ggdotplotstats.R 0.00
R/gghistostats.R 0.00
R/ggpiestats.R 0.00
R/ggscatterstats.R 0.00
R/ggwithinstats.R 0.00
R/grouped_ggbarstats.R 0.00
R/grouped_ggbetweenstats.R 0.00
R/grouped_ggcorrmat.R 0.00
R/grouped_ggdotplotstats.R 0.00
R/grouped_gghistostats.R 0.00
R/grouped_ggpiestats.R 0.00
R/grouped_ggscatterstats.R 0.00
R/grouped_ggwithinstats.R 0.00
R/helpers_ggbetweenstats_graphics.R 0.00
R/helpers_gghistostats_graphics.R 0.00
R/helpers_grouped_functions.R 0.00
R/switch_functions.R 0.00
R/helpers_ggcatstats_graphics.R 22.73
R/helpers_theme_ggstatsplot.R 32.14
R/helpers_ggcoefstats_graphics.R 48.20
R/ggcoefstats.R 57.73
R/helpers_messages.R 100.00

Unit Tests

Unit Test summary is created using the testthat package.

file n time error failed skipped warning icon
test-combine_plots.R 1 0.00 0 0 1 0 +
test-combine_plots2.R 1 0.00 0 0 1 0 +
test-ggbarstats.R 4 0.01 0 0 4 0 +
test-ggbetweenstats.R 7 0.00 0 0 7 0 +
test-ggcoefstats.R 23 0.44 0 0 19 0 +
test-ggcorrmat.R 8 0.00 0 0 8 0 +
test-ggdotplotstats.R 4 0.00 0 0 4 0 +
test-gghistostats.R 6 0.00 0 0 6 0 +
test-ggpiestats.R 7 0.02 0 0 7 0 +
test-ggscatterstats.R 10 0.02 0 0 10 0 +
test-ggwithinstats.R 6 0.00 0 0 6 0 +
test-grouped_ggbarstats.R 2 0.01 0 0 2 0 +
test-grouped_ggbetweenstats.R 2 0.00 0 0 2 0 +
test-grouped_ggcorrmat.R 2 0.00 0 0 2 0 +
test-grouped_ggdotplotstats.R 3 0.00 0 0 3 0 +
test-grouped_gghistostats.R 2 0.00 0 0 2 0 +
test-grouped_ggpiestats.R 2 0.00 0 0 2 0 +
test-grouped_ggscatterstats.R 2 0.00 0 0 2 0 +
test-grouped_ggwithinstats.R 4 0.00 0 0 4 0 +
test-grouped_list.R 1 0.00 0 0 1 0 +
test-helper_messages.R 2 0.02 0 0 0 0
test-helpers_ggbetweenstats.R 2 0.00 0 0 2 0 +
test-helpers_ggcatstats.R 2 0.00 0 0 2 0 +
test-pairwise_ggsignif.R 5 0.02 0 0 5 0 +
Show Detailed Test Results
file context test status n time icon
test-combine_plots.R combine_plots checking if combining plots works SKIPPED 1 0.00 +
test-combine_plots2.R combine_plots2 checking if combining plots works SKIPPED 1 0.00 +
test-ggbarstats.R ggbarstats checking labels with counts SKIPPED 1 0.00 +
test-ggbarstats.R ggbarstats aesthetic modifications SKIPPED 1 0.00 +
test-ggbarstats.R ggbarstats subtitle output SKIPPED 1 0.00 +
test-ggbarstats.R ggbarstats checking if functions work without enough data SKIPPED 1 0.01 +
test-ggbetweenstats.R ggbetweenstats checking labels and data from plot SKIPPED 1 0.00 +
test-ggbetweenstats.R ggbetweenstats checking sorting SKIPPED 1 0.00 +
test-ggbetweenstats.R ggbetweenstats checking mean labels are working SKIPPED 1 0.00 +
test-ggbetweenstats.R ggbetweenstats checking mean labels are working SKIPPED 1 0.00 +
test-ggbetweenstats.R ggbetweenstats checking if plot.type argument works SKIPPED 1 0.00 +
test-ggbetweenstats.R ggbetweenstats ggplot component addition works SKIPPED 1 0.00 +
test-ggbetweenstats.R ggbetweenstats subtitle output works SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats with lm model SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats with glmer model SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats with partial variants of effect size for f-statistic SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats with non-partial variants of effect size for f-statistic SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check merMod output SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check glm output SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check mlm output SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check aareg output SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats works with glmmPQL object SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check clm models (minimal) SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats works with data frames SKIPPED 1 0.01 +
test-ggcoefstats.R ggcoefstats ggcoefstats works with data frames SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats ggcoefstats works with data frames (with NAs) SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check computing confidence intervals SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check if glance works SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check if augment works SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats check if p-value adjustment works SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats testing aesthetic modifications SKIPPED 1 0.00 +
test-ggcoefstats.R ggcoefstats unsupported model objects PASS 4 0.43
test-ggcoefstats.R ggcoefstats glm works SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat cor.vars works with different methods of inputs SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking ggcorrmat - without NAs - pearson’s r SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking ggcorrmat - with NAs - robust r SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking ggcorrmat - with NAs - spearman’s rho SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking sample sizes SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking p-values SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking confidence intervals SKIPPED 1 0.00 +
test-ggcorrmat.R ggcorrmat checking messages SKIPPED 1 0.00 +
test-ggdotplotstats.R ggdotplotstats ggdotplotstats works as expected SKIPPED 1 0.00 +
test-ggdotplotstats.R ggdotplotstats ggdotplotstats works with summarized data SKIPPED 1 0.00 +
test-ggdotplotstats.R ggdotplotstats messing with factors SKIPPED 1 0.00 +
test-ggdotplotstats.R ggdotplotstats subtitle output SKIPPED 1 0.00 +
test-gghistostats.R gghistostats checking gghistostats plot and parametric stats - data with NAs SKIPPED 1 0.00 +
test-gghistostats.R gghistostats checking gghistostats and non-parametric stats - data without NAs SKIPPED 1 0.00 +
test-gghistostats.R gghistostats checking robust stats and proportions SKIPPED 1 0.00 +
test-gghistostats.R gghistostats checking bayes stats and density SKIPPED 1 0.00 +
test-gghistostats.R gghistostats checking with default binwidth SKIPPED 1 0.00 +
test-gghistostats.R gghistostats subtitle output SKIPPED 1 0.00 +
test-ggpiestats.R ggpiestats checking one sample proportion test SKIPPED 1 0.02 +
test-ggpiestats.R ggpiestats checking labels with contingency tab SKIPPED 1 0.00 +
test-ggpiestats.R ggpiestats checking labels with counts SKIPPED 1 0.00 +
test-ggpiestats.R ggpiestats checking labels with contingency tab (paired) SKIPPED 1 0.00 +
test-ggpiestats.R ggpiestats checking one sample prop test bf caption SKIPPED 1 0.00 +
test-ggpiestats.R ggpiestats checking if functions work without enough data SKIPPED 1 0.00 +
test-ggpiestats.R ggpiestats subtitle output SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats checking ggscatterstats - without NAs - pearson’s r SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats checking ggscatterstats - without NAs - spearman’s rho SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats checking ggscatterstats - without NAs - percentage bend SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats checking median display SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats bayes factor plus class of object SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats aesthetic modifications work SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats checking ggscatterstats with different kinds of inputs to labeling SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats with marginals SKIPPED 1 0.00 +
test-ggscatterstats.R ggscatterstats checking formula specification SKIPPED 1 0.02 +
test-ggscatterstats.R ggscatterstats subtitle output SKIPPED 1 0.00 +
test-ggwithinstats.R ggwithinstats basic plotting works - two groups SKIPPED 1 0.00 +
test-ggwithinstats.R ggwithinstats basic plotting works - more than two groups SKIPPED 1 0.00 +
test-ggwithinstats.R ggwithinstats checking sorting SKIPPED 1 0.00 +
test-ggwithinstats.R ggwithinstats checking subtitle outputs - without NAs SKIPPED 1 0.00 +
test-ggwithinstats.R ggwithinstats ggplot component addition works SKIPPED 1 0.00 +
test-ggwithinstats.R ggwithinstats checking warning message when too few obs SKIPPED 1 0.00 +
test-grouped_ggbarstats.R grouped_ggbarstats grouped_ggbarstats works SKIPPED 1 0.01 +
test-grouped_ggbarstats.R grouped_ggbarstats subtitle output SKIPPED 1 0.00 +
test-grouped_ggbetweenstats.R grouped_ggbetweenstats grouping.var works across vector types SKIPPED 1 0.00 +
test-grouped_ggbetweenstats.R grouped_ggbetweenstats subtitle output SKIPPED 1 0.00 +
test-grouped_ggcorrmat.R grouped_ggcorrmat grouped_ggcorrmat plots work SKIPPED 1 0.00 +
test-grouped_ggcorrmat.R grouped_ggcorrmat grouped_ggcorrmat stats work SKIPPED 1 0.00 +
test-grouped_ggdotplotstats.R grouped_ggdotplotstats grouped_ggdotplotstats works SKIPPED 1 0.00 +
test-grouped_ggdotplotstats.R grouped_ggdotplotstats subtitle output SKIPPED 1 0.00 +
test-grouped_ggdotplotstats.R grouped_ggdotplotstats checking if results coincide with base version SKIPPED 1 0.00 +
test-grouped_gghistostats.R grouped_gghistostats grouped_gghistostats works SKIPPED 1 0.00 +
test-grouped_gghistostats.R grouped_gghistostats subtitle output SKIPPED 1 0.00 +
test-grouped_ggpiestats.R grouped_ggpiestats grouped_ggpiestats works SKIPPED 1 0.00 +
test-grouped_ggpiestats.R grouped_ggpiestats subtitle output SKIPPED 1 0.00 +
test-grouped_ggscatterstats.R grouped_ggscatterstats grouped_ggscatterstats works SKIPPED 1 0.00 +
test-grouped_ggscatterstats.R grouped_ggscatterstats subtitle output SKIPPED 1 0.00 +
test-grouped_ggwithinstats.R grouped_ggwithinstats grouping.var works across vector types SKIPPED 1 0.00 +
test-grouped_ggwithinstats.R grouped_ggwithinstats grouping.var works across vector types SKIPPED 1 0.00 +
test-grouped_ggwithinstats.R grouped_ggwithinstats subtitle output SKIPPED 1 0.00 +
test-grouped_ggwithinstats.R grouped_ggwithinstats subtitle output with NA SKIPPED 1 0.00 +
test-grouped_list.R grouped_list works grouped_list works SKIPPED 1 0.00 +
test-helper_messages.R helper_messages ggcorrmat_matrix_message is working PASS 1 0.00
test-helper_messages.R helper_messages palette_message is working PASS 1 0.02
test-helpers_ggbetweenstats.R helpers_ggbetweenstats mean_labeller works SKIPPED 1 0.00 +
test-helpers_ggbetweenstats.R helpers_ggbetweenstats mean` pattern names SKIPPED 1 0.00 +
test-helpers_ggcatstats.R cat_label_df cat_label_df works SKIPPED 1 0.00 +
test-helpers_ggcatstats.R cat_label_df cat_couter works SKIPPED 1 0.00 +
test-pairwise_ggsignif.R pairwise comparisons with ggsignif check comparison significant displays - adjusted SKIPPED 1 0.02 +
test-pairwise_ggsignif.R pairwise comparisons with ggsignif check non-significant comparison displays - no adjustment SKIPPED 1 0.00 +
test-pairwise_ggsignif.R pairwise comparisons with ggsignif check mixed comparison displays - adjusted SKIPPED 1 0.00 +
test-pairwise_ggsignif.R pairwise comparisons with ggsignif check robust test display - adjusted SKIPPED 1 0.00 +
test-pairwise_ggsignif.R pairwise comparisons with ggsignif check student’s t test display - adjusted SKIPPED 1 0.00 +
Failed Warning Skipped
! - +
Session Info
Field Value
Version R version 3.6.2 (2019-12-12)
Platform x86_64-w64-mingw32/x64 (64-bit)
Running Windows 10 x64 (build 16299)
Language English_United States
Timezone Europe/Berlin
Package Version
testthat 2.3.1
covr 3.4.0
covrpage 0.0.70