From a132e0ead3ad3d49a87f59552efbc65fc6b61e7a Mon Sep 17 00:00:00 2001 From: Gavin Simpson Date: Thu, 2 Feb 2023 18:13:34 +0100 Subject: [PATCH] 0.8.1 now on CRAN --- CITATION.cff | 10 +++++----- DESCRIPTION | 4 ++-- NEWS.md | 7 ++++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e14d749a7..9f803216e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 @@ -23,7 +23,7 @@ preferred-citation: given-names: Gavin L. email: ucfagls@gmail.com 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 @@ -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. @@ -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. diff --git a/DESCRIPTION b/DESCRIPTION index 7411d726d..9ac3e5f70 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", @@ -13,7 +13,7 @@ Maintainer: Gavin L. Simpson Depends: R (>= 4.1.0) Imports: - mgcv, + mgcv (>= 1.8-41), ggplot2, tibble (>= 3.0.0), dplyr (>= 1.0.10), diff --git a/NEWS.md b/NEWS.md index 1ac9a075b..27a5e6c83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# gratia 0.8.0.93 +# gratia 0.8.1 ## User visible changes @@ -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 @@ -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