Skip to content

Commit

Permalink
document support for twlss and bump fersion
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Oct 17, 2023
1 parent bd13a9c commit 2a4ab5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.8.1.42
Date: 2023-10-16
Version: 0.8.1.43
Date: 2023-10-17
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
email = "[email protected]",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gratia 0.8.1.42
# gratia 0.8.1.43

## User visible changes

Expand Down Expand Up @@ -39,7 +39,8 @@

* `fitted_values()` now has some level of support for location, scale, shape
families. Suppoerted families are `mgcv::gaulss()`, `mgcv::gumbls()`,
`mgcv::gevlss()`, `mgcv::gumbls()`, `mgcv::shash()`, and `mgcv::ziplss()`.
`mgcv::gevlss()`, `mgcv::gumbls()`, `mgcv::shash()`, `mgcv::twlss()`, and
`mgcv::ziplss()`.

* *gratia* now requires *dplyr* versions >= 1.1.0 and *tidyselect* >= 1.2.0.

Expand Down

0 comments on commit 2a4ab5b

Please sign in to comment.