From 5698f950094b8c105f5fb119d77c508811572cba Mon Sep 17 00:00:00 2001 From: jtlandis Date: Thu, 29 Feb 2024 10:32:24 -0500 Subject: [PATCH] words words words --- NEWS.md | 2 +- cran-comments.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 86fe926..8205400 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ # 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 + * Variables scoped by a function (and not passed to an aesthetic mapping) are now found and evaluated correctly * Resurgence of an old warning has been suppressed correctly again #33 # ggside 0.3.0 diff --git a/cran-comments.md b/cran-comments.md index bbf4b67..e7d1cc9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -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 +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 of a resubmission. ## Test environments