Skip to content

Releases: NIFU-NO/saros

saros 1.5.0

15 Jan 19:45
Compare
Choose a tag to compare

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() and crosstable.survey() methods.
  • Many more tests.
  • Countless bugfixes.

saros 1.2.0

24 Oct 20:16
Compare
Choose a tag to compare

Major changes

  • embed_*-functions are replaced by makeme(type="cat_plot") etc
    • makeme() 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 as n_range() but takes a makeme()-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

09 Mar 11:32
Compare
Choose a tag to compare
  • 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 if rel_parent_path does not exist.
  • sort_by now correctly sorts with descend=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

26 Jan 13:29
Compare
Choose a tag to compare
  • Minor fixes for CRAN manual review