Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(textproc/R-htmlTable) Updated 2.2.1 to 2.4.3, make test passed
## Changes for 2.4.3 - Minor test improvement (PR #89) ## Changes for 2.4.2 - Updated JQuery dependency in interactiveTable to 3.7.1 - Dropped reshape in favor of pivot_wider (issue #88) ## Changes for 2.4.1 - Updated JQuery dependency in interactiveTable (issue #85) ## Changes for 2.4.0 - The `txtRound.data.frame` converted all data to a matrix before rounding all elements. Changed to only convert numeric variables and also added tidy-select syntax. The function now returns the entire input `data.frame` with rounded elements as requested. - The `txtMergeLines` now returns an `knitr::asis_output` if html mode is activated. Fixed also multiline strings conversion into latex/html format. - Added vignette for the text formatting functions. ## Changes for 2.3.0 - Added `rnames_unique` parameter to `tidyHtmlTable` so that rows can have non-unique names
- Loading branch information