Skip to content

Commit

Permalink
document fix for #219 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Aug 25, 2023
1 parent 8310f63 commit 62afa32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: gratia
Version: 0.8.1.35
Date: 2023-08-15
Version: 0.8.1.36
Date: 2023-08-25
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 Expand Up @@ -47,7 +47,8 @@ Suggests:
rmarkdown,
forcats,
GJRM,
mapproj
mapproj,
forcats
Description: Graceful 'ggplot'-based graphics and utility functions for working with generalized additive models (GAMs) fitted using the 'mgcv' package. Provides a reimplementation of the plot() method for GAMs that 'mgcv' provides, as well as 'tidyverse' compatible representations of estimated smooths.
License: MIT + file LICENSE
LazyData: true
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# gratia 0.8.1.35
# gratia 0.8.1.36

## User visible changes

Expand Down Expand Up @@ -168,6 +168,9 @@
* `parametric_effects()` now works better for location, scale, shape models.
Reported by @pboesu #45

* `parametric_effects` now works when there are missing values in one or more
variables used in a fitted GAM. #219

* `response_derivatives()` was incorrectly using `.data` with *tidyselect*
selectors.

Expand Down

0 comments on commit 62afa32

Please sign in to comment.