Releases: gforge/Gmisc
Releases · gforge/Gmisc
3.0.0 - getDescriptionStatsBy update & more
- BREAKING: The input parameters have changed for getDescriptionStatsBy and dropped old deprecated parameter conversion:
- show_missing_digits -> show_missing.digits
- show_missing -> useNA
- sig.limit -> statistics.sig_lim
- two_dec.limit -> statistics.two_dec_lim
- Fixed bug in getDescriptionStatsBy when providing a character input
- Made getDescriptionStatsBy S3 aware with tidyselect pattern for generating tables.
- The yamlDump can now take a character string and assume that is a json that needs conversion
- Added set_column_labels and set_column_units for using dplyr syntax for Hmisc::label and Hmisc::units operations.
- The units column in getDescrptionStatsBy can now have a custom name (also changed default name to "Units")
- Changed addBoxClr to addBoxStyle for Transition-class (minor breaking change)
Flowchart and other improvements
- Fix for adjustment in box justification, thanks Carl Suster
- Fix for incorrect boxPropGrob height calculation, bad handling of missing arguments and ignored gpar arguments (issue #46)
- Slightly changed color scheme for boxGrobs
- Added moveBox for moving boxGrob objects
- Added alignVertical and alignHorizontal for aligning boxGrob objects
- Added spreadVertival and spreadHorizontal for spreading boxGrob objects over the viewport
- Styling of htmlTable removed due to the 2.0 api change, nbow. the css.rgroup should be set using set htmlTable::setHtmlTableTheme
or by passing the output thorugh htmlTable::addHtmlTableStyle. - The boxes now accept language input, thanks Carl Suster