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 theft_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 toTRUE
-
Categorical data fields now retain special characters in labels when
aggregate_by_each_category
option is set toTRUE
-
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