Skip to content

daiquiri 1.1.1 (2023-07-18)

Latest
Compare
Choose a tag to compare
@phuongquan phuongquan released this 19 Jul 09:14
· 5 commits to master since this release

New features

  • New ft_strata() field type, which when specified, produces a report where the aggregated data and individual data fields plots are stratified by the ft_strata() column's distinct values

  • Column-specific strings for missing values can now be set in the field_types() specification (#13)

Bug fixes and minor improvements

  • Categorical data fields now show a heatmap plot as well as the individual time series plots when aggregate_by_each_category option is set to TRUE

  • Categorical data fields now retain special characters in labels when aggregate_by_each_category option is set to TRUE

  • Print method of daiquiri_object now displays the location the report was saved to

  • When a data field contains all missing values, this now shows correctly in the various tabs (#12)

  • When running package from within rmarkdown/quarto (rmd/qmd) files, the parent file can now contain a chunk labelled setup without causing an error. (#7)

  • Hex logo now appears on reports, adding dependency to xfun