Releases: NIFU-NO/saros
Releases · NIFU-NO/saros
saros 1.5.0
Major changes
- Lots of settings for
makeme()
useful for creating plots comparing a group with all other groups combined, or everyone. fig_height_h_barchart()
finally works adequately for 90 percent of figure combinations.- Global settings inheritance for
makeme()
,make_link()
,girafe()
,n_range()
,n_range2()
- New function
makeme(type="int_plot_html")
for violin plots
Minor changes
makeme(type="cat_plot_html")
no longer shows a line one the y axis for single variable plots.- Refactored
crosstable.data.frame()
andcrosstable.survey()
methods. - Many more tests.
- Countless bugfixes.
saros 1.2.0
Major changes
embed_*
-functions are replaced bymakeme(type="cat_plot")
etcmakeme()
takes S3-methods which eases expansions.embed_*
are thus lifecycle soft-deprecated.
New features
n_range()
gives the n_range for a given dataset, dependent and independent variables.n_range2()
same asn_range()
but takes amakeme()
-object for convenience.make_link()
for generating downloadable figures, tables, data or anything else, on the spot.ggsaver()
is a minor wrapper to ease using make_link with ggplot2::ggsave().fig_height_h_barchart()
estimates the optimal figure height for a horizontal barchart.fig_height_h_barchart2()
same as above, but takes a makeme()-object for convenience.makeme.cat_plot()
allows sorting within each dependent variable-by-independent variable (facet-sort)
Bugfixes
- Too many to list, but see saros 1.1.0 for some of them.
saros 1.0.4
- Added more arguments for plot text sizes, with more useful defaults for Word and HTML layouts.
attach_qualtrics_labels
is now more flexible.- Minor fix in
sanitize_labels
. - Internal change to accommodate ggplot2 3.5.0.
- Improved performance for argument validation checks.
setup_access_restrictions
now accepts NULL password input.setup_access_restrictions
now can warn instead of error ifrel_parent_path
does not exist.sort_by
now correctly sorts withdescend=TRUE
for ".upper", etc.- Fixed
list_available_element_types
- Set one long-running test for
draft_report
to only run on maintainer's local computer. sanitize_labels
now has option to translate ASCII HTML-escaped characters to unicode.
saros 1.0.1
- Minor fixes for CRAN manual review