Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.56 KB

NEWS.md

File metadata and controls

18 lines (13 loc) · 1.56 KB

htmlreportR 1.0.0

  • Initial CRAN submission.

htmlreportR 1.0.1

  • New: Added prettify_div method to htmlreportR class. Simplifies div style customisation, and comes with some pretty presets.
  • New: Added boxplot method to htmlreportR class.
  • New: Added reshape method to canvasXpress_obj class. Reshapes canvas data structure to adapt to long and wide formats.
  • New: Added script to convert Rmd templates to html, making them compatible with htmlreportR. Relies on a new function (replace_paired_mark) under utils.R

htmlreportR 2.0.0

  • New: Overhauled whole basic structure, now more closely matches python version. Usage has changed slightly, now rows and columns meant to be names now should also be counted when specifying indices in templates, as they are now treated as regular fields and rows up until drawing the plot. Allowed implementation of the following feature.
  • New: "fields" and "rows" arguments may now be added to calls of plotting methods in templates. They allow to reorder and subset data before plotting without altering the original data.
  • Update: "table" method now behaves like the rest, taking options list as argument instead. You will need to update old calls to this method (simply wrap arguments in a list).
  • Update: "extract_data" method no longer takes data frame as input, accesses it through hash_vars (reads ID from options list). This method is not public, so it should not have any repercussions in regular usage.
  • TODO: add repercussions in templates in this field (changes in var_attr and smp_attr with header and row_names set to TRUE)