Skip to content

Commit

Permalink
0.8.1 now on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Feb 2, 2023
1 parent f06af2a commit a132e0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: software
license: MIT
title: 'gratia: Graceful ggplot-Based Graphics and Other Functions for GAMs
Fitted Using mgcv'
version: 0.6.9400
version: 0.8.1
abstract: '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
Expand All @@ -23,7 +23,7 @@ preferred-citation:
given-names: Gavin L.
email: [email protected]
orcid: https://orcid.org/0000-0002-9084-8413
version: 0.6.9400
version: 0.8.1
abstract: '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
Expand All @@ -32,7 +32,7 @@ preferred-citation:
repository: https://CRAN.R-project.org/package=gratia
repository-code: https://github.com/gavinsimpson/gratia
url: https://gavinsimpson.github.io/gratia/
date-released: '2021-09-30'
date-released: '2023-02-02'
contact:
- family-names: Simpson
given-names: Gavin L.
Expand All @@ -49,11 +49,11 @@ preferred-citation:
- random-effects
- smoothing
license: MIT
year: '2021'
year: '2023'
repository: https://CRAN.R-project.org/package=gratia
repository-code: https://github.com/gavinsimpson/gratia
url: https://gavinsimpson.github.io/gratia/
date-released: '2021-09-30'
date-released: '2023-02-02'
contact:
- family-names: Simpson
given-names: Gavin L.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gratia
Version: 0.8.0.93
Version: 0.8.1
Date: 2023-02-02
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
Expand All @@ -13,7 +13,7 @@ Maintainer: Gavin L. Simpson <[email protected]>
Depends:
R (>= 4.1.0)
Imports:
mgcv,
mgcv (>= 1.8-41),
ggplot2,
tibble (>= 3.0.0),
dplyr (>= 1.0.10),
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gratia 0.8.0.93
# gratia 0.8.1

## User visible changes

Expand All @@ -7,6 +7,8 @@
etc. Fixing #126 and improving compatibility with `compare_smooths()` and
`smooth_estimates()` allowed the variables to be named correctly.

* *gratia* now depends on version 1.8-41 or later of the *mgcv* package.

## New features

* `draw.gam()` can now handle tensor products that include a marginal random
Expand All @@ -15,8 +17,7 @@

## Bug fixes

* Additional fixes for changes in dplyr 1.1.0 (which is in the process of being
released through CRAN)
* Additional fixes for changes in dplyr 1.1.0.

* `smooth_samples()` now works when sampling from posteriors of multiple smooths
with different dimension. #126 reported by @Aariq
Expand Down

0 comments on commit a132e0e

Please sign in to comment.