TysonStanley / furniture

The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
50 stars 7 forks source link

fix `tot_column` and added more tests for `output = "latex2"` #22

Closed TysonStanley closed 5 years ago

TysonStanley commented 5 years ago

Closes #21

and adds more tests to catch that potential error.

codecov[bot] commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage    64.3%   64.73%   +0.42%     
==========================================
  Files          11       11              
  Lines         933      933              
==========================================
+ Hits          600      604       +4     
+ Misses        333      329       -4
Impacted Files Coverage Δ
R/to_latex2.R 75.47% <100%> (+5.66%) :arrow_up:
R/table1_utils.R 82.6% <0%> (ø) :arrow_up:
R/Table1.R 62.87% <0%> (+0.59%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 423f741...674a252. Read the comment docs.