From 884a30ae410d993bee87272a8900fa9b73cfe756 Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Fri, 11 Jul 2025 15:02:03 -0700 Subject: [PATCH 1/2] cran submission --- .Rbuildignore | 2 +- CRAN-SUBMISSION | 6 +++--- DESCRIPTION | 7 +++---- NEWS.md | 2 +- cran-comments.md | 5 +---- 5 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index fed55cd0..3cf29a98 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -21,5 +21,5 @@ vignettes/ ^cran-comments\.md$ ^CRAN-SUBMISSION$ inst/user2025 -#inst/tinytest/ +inst/tinytest/ Makefile diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 52d49a17..7b53e590 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.4.1 -Date: 2025-06-02 23:47:56 UTC -SHA: 6afa8ce10d5d6353918cc4a5a55b5d0634e18c6d +Version: 0.4.2 +Date: 2025-07-11 21:57:44 UTC +SHA: 3213b769e21cf3b72e7a7b2900da76e037ba07f1 diff --git a/DESCRIPTION b/DESCRIPTION index 33d49ba8..894375c4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: tinyplot Type: Package Title: Lightweight Extension of the Base R Graphics System -Version: 0.4.1.99 -Date: 2025-06-02 +Version: 0.4.2 +Date: 2025-07-11 Authors@R: c( person( @@ -36,7 +36,6 @@ Authors@R: Description: Lightweight extension of the base R graphics system, with support for automatic legends, facets, themes, and various other enhancements. License: Apache License (>= 2) -Remotes: etiennebacher/altdoc Depends: R (>= 4.0.0) Imports: @@ -46,7 +45,7 @@ Imports: tools, utils Suggests: - altdoc (>= 0.5.0.9000), + altdoc, fontquiver, png, rsvg, diff --git a/NEWS.md b/NEWS.md index f47d838d..344c907d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ _If you are viewing this file on CRAN, please check the [latest NEWS](https://grantmcdermott.com/tinyplot/NEWS.html) on our website where the formatting is also better._ -## Development +## 0.4.2 ### New features diff --git a/cran-comments.md b/cran-comments.md index f6b92427..612923b5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,6 @@ ## Overview -**tinyplot** v0.4.1 is a hotfix / patch release that fixes a regression that we -accidentally introduced in v0.4.0, which was affecting `"ridge"` plot legends. -We apologize for the <1 month CRAN re-submission cadence, but felt that this was -important enough to address quickly. +**tinyplot** v0.4.2 a patch release that contains mostly bug fixes. ## Test environments Arch Linux (local) From 1b9d7caa06fe90c51acbaf36a86752f13136a125 Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Fri, 11 Jul 2025 15:04:36 -0700 Subject: [PATCH 2/2] revert altdoc non-cran version --- .Rbuildignore | 2 +- DESCRIPTION | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 3cf29a98..fed55cd0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -21,5 +21,5 @@ vignettes/ ^cran-comments\.md$ ^CRAN-SUBMISSION$ inst/user2025 -inst/tinytest/ +#inst/tinytest/ Makefile diff --git a/DESCRIPTION b/DESCRIPTION index 894375c4..3a79ca7a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -36,6 +36,7 @@ Authors@R: Description: Lightweight extension of the base R graphics system, with support for automatic legends, facets, themes, and various other enhancements. License: Apache License (>= 2) +Remotes: etiennebacher/altdoc Depends: R (>= 4.0.0) Imports: @@ -45,7 +46,7 @@ Imports: tools, utils Suggests: - altdoc, + altdoc (>= 0.5.0.9000), fontquiver, png, rsvg,