From 56e16afdaaab977fd7621ca31f0076e9fb886d2d Mon Sep 17 00:00:00 2001 From: jtlandis Date: Wed, 28 Feb 2024 12:52:25 -0500 Subject: [PATCH] Updating NEWS and Cran-comments. --- DESCRIPTION | 2 +- NEWS.md | 6 ++++++ cran-comments.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8a05ebb..f5d109e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ggside Type: Package Title: Side Grammar Graphics -Version: 0.3.0.9999 +Version: 0.3.1 Authors@R: person(given = "Justin", family = "Landis", diff --git a/NEWS.md b/NEWS.md index 6b571f2..86fe926 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ +# ggside 0.3.1 + +* Hotfix for missed bug caused in `extraChIPs` package. Addresses #58 + * Variables scoped by a function are now found and evaluated correctly + * Resurgence of an old warning has been suppressed correctly again #33 + # ggside 0.3.0 ### Breaking Changes diff --git a/cran-comments.md b/cran-comments.md index 90526c9..bbf4b67 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -This is a major patch update that fixes lingering issues with `ggside` that were made possible thanks to the latest `ggplot2` update. Most changes were focused on subclassing the Layout ggproto object. `ggside` had a major rewrite in how it constructed its layer objects, once again in an effort to depend more closely on `ggplot2` internals. +This is a minor hotfix for the `ggside` package. Previous `revdepcheck` had failed to catch a bug (introduced and found in reverse dependency `extraChIPs` on bioconductor) due to the `R CMD check` timing out. A `R CMD check` was ran locally to verify the hotfix removed the bug and resulted in a successful check in `extraChIPs`. I apologize for the inconvenience ## Test environments