Skip to content

Commit

Permalink
document #154 fix and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Aug 29, 2022
1 parent 032c1af commit 9d13b29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gratia
Version: 0.7.3.12
Date: 2022-08-28
Version: 0.7.3.13
Date: 2022-08-29
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
email = "ucfagls@gmail.com",
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gratia 0.7.3.12 (In development)
# gratia 0.7.3.13 (In development)

## User visible changes

Expand All @@ -14,6 +14,10 @@
installed version of gratia is >= 0.8 and package developers should update
to depend on versions >= 0.8 by using `gratia (>= 0.8)` in `DESCRIPTION`.

* The order of the plots of smooths has changed in `draw.gam()` so they again
match the order in which smooths were specified in the model formula. See
*Bug Fixes* below for more detail or #154.

## New features

* `difference_smooths()` can now include the group means in the difference,
Expand Down Expand Up @@ -89,6 +93,14 @@
* `confint.gam(...., method = "simultaneous")` now works with factor by smooths
where `parm` is passed the full name of a specific smooth `s(x)faclevel`.

* The order of plots produced by `gratia::draw.gam()` again matches the order
in which the smooths entered the model formula. Recent changes to the
internals of `gratia::draw.gam()` when the switch to `smooth_estimates()` was
undertaken lead to a change in behaviour resulting from the use of
`dplyr::group_split()`, and it's coercion internally of a character vector to
a factor. This factor is now created explicitly, and the levels set to the
correct order. #154

# gratia 0.7.3

## User visible changes
Expand Down

0 comments on commit 9d13b29

Please sign in to comment.