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 26, 2024
2 parents 214edfb + cd71401 commit 36509dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.9002
Date: 2024-05-24
Version: 0.5.6.9003
Date: 2024-05-26
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ editor_options:

# ggpmisc 0.6.0

- Add ellipsis parameter (`...`) to `use_label()` so that in addition to a character vector of label names passed to parameter `labels`, separate strings for each name are also accepted.
- Add ellipsis parameter (`...`) to `use_label()` so that in addition to a character vector of label names passed to parameter `labels`, separate strings for each name are now also accepted.
- Support decreasing-power order of polynomial terms in the labels generated by `stat_poly_eq()`, `stat_quant_eq()` and `stat_ma_eq()` (not in the input!).
- 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.**
- In `stat_quant_eq()` return new `qtl.label` for quantiles, separately from `grp.label`, which now works only based on a pseudo aesthetic, as in `stat_poly_eq()` and `stat_ma_eq()`. **This is a code breaking change affecting some plots.**
- Define function `check_poly_formula()` and use it in `stat_poly_eq()` and `stat_quant_eq()` to validate that the user-supplied model formula is a polynomial with terms in order of increasing powers. If not validated, `NA` is returned as formatted equation label.
- Statistics `stat_poly_eq()`, `stat_ma_eq()`, `stat_quant_eq()`, `stat_correlation()`, and `stat_multcomp()` were 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.
- Statistics `stat_poly_eq()`, `stat_ma_eq()`, `stat_quant_eq()`, `stat_correlation()`, and `stat_multcomp()` were in part reimplemented, introducing small visual changes in the formatting of labels, including changes in the default number of digits.
- Export the new utility functions now used internally for formatting parameter estimates into character strings in `stat_poly_eq()`, `stat_ma_eq()`, `stat_quant_eq()`, `stat_correlation()`, and `stat_multcomp()`.
- Implement R options `ggpmisc.small.p`, `ggpmisc.small.r` and `ggpmisc.decreasing.poly.eq`.

# ggpmisc 0.5.6
Expand Down
Binary file removed tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit 36509dc

Please sign in to comment.