Skip to content

Commit

Permalink
Merge branch 'develop-0.5.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed May 14, 2024
2 parents d9c83e2 + b16915c commit aa05eb0
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 64 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ggpmisc
Type: Package
Title: Miscellaneous Extensions to 'ggplot2'
Version: 0.5.6.9001
Date: 2024-05-13
Version: 0.5.6.9002
Date: 2024-05-14
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ editor_options:
# ggpmisc 0.6.0

- Support decreasing-power order of polynomial terms in `stat_poly_eq()`, `stat_quant_eq()` and `stat_ma_eq()`.
- Return new `qtl.label` for quantiles, separately from `grp.label`, which now works as in the other statistics based on a pseudo aesthetic. **This is a code breaking change affecting some plots.**
- Small visual changes in the formatting labels also affect some plots as the default number of digits was increased in a few cases. New utility functions used in `stat_poly_eq()`, `stat_ma_eq()`, `stat_quant_eq()`, `stat_correlation()`, and `stat_multcomp()`.
- Export new utility functions used for formatting parameter estimates into character strings.
- Return new `qtl.label` for quantiles, separately from `grp.label`, which now works as in the other statistics, only based on a pseudo aesthetic. **This is a code breaking change affecting some plots.**
- Statistics `stat_poly_eq()`, `stat_ma_eq()`, `stat_quant_eq()`, `stat_correlation()`, and `stat_multcomp()` where in part rewritten, introducing small visual changes in the formatting of labels, including changes in the default number of digits.
- Export new utility functions, used internally for formatting parameter estimates into character strings.

# ggpmisc 0.5.6

Expand Down
Loading

0 comments on commit aa05eb0

Please sign in to comment.