Skip to content

Commit

Permalink
0.9.2 released to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Jun 25, 2024
1 parent 3f22195 commit 29d424b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gratia
Version: 0.9.1.9009
Version: 0.9.2
Date: 2024-06-25
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
Expand Down
18 changes: 7 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# gratia 0.9.2

## User visible changes

* The vignettes
1. `custom-plotting.Rmd`, and
2. `posterior-simulation.Rmd`
were moved to `vignettes/articles` and thus are no longer available as package
vignettes. Instead, they are accessible as Articles through the package
website: <https://gavinsimpson.github.io/gratia/>

# gratia 0.9.1

## Breaking changes

* `parametric_effects()` slightly escaped the great renaming that happened for
Expand All @@ -26,6 +15,13 @@
title `"s(subject,continuous_var)"`. Simple random intercept terms,
`s(subject, bs = "re")`, are now titled `"s(subject)"`. #287

* The vignettes
1. `custom-plotting.Rmd`, and
2. `posterior-simulation.Rmd`
were moved to `vignettes/articles` and thus are no longer available as package
vignettes. Instead, they are accessible as Articles through the package
website: <https://gavinsimpson.github.io/gratia/>

## New features

* `fitted_samples()` now works for `gam()` models with multiple linear
Expand Down

0 comments on commit 29d424b

Please sign in to comment.