Skip to content

Commit 798ab7d

Browse files
CRAN v0.4.1 (#419)
* submission * revert cran-specific tweaks
1 parent 6afa8ce commit 798ab7d

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.4.0
2-
Date: 2025-05-22 22:37:12 UTC
3-
SHA: 2c2598cb19b9c4b23879cd02fe306104a731d473
1+
Version: 0.4.1
2+
Date: 2025-06-02 23:47:56 UTC
3+
SHA: 6afa8ce10d5d6353918cc4a5a55b5d0634e18c6d

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: tinyplot
22
Type: Package
33
Title: Lightweight Extension of the Base R Graphics System
4-
Version: 0.4.0.99
5-
Date: 2025-05-22
4+
Version: 0.4.1
5+
Date: 2025-06-02
66
Authors@R:
77
c(
88
person(

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _If you are viewing this file on CRAN, please check the
44
[latest NEWS](https://grantmcdermott.com/tinyplot/NEWS.html) on our website
55
where the formatting is also better._
66

7-
## 0.4.0.99 (development version)
7+
## 0.4.1
88

99
### Bug fixes
1010

cran-comments.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
## Overview
22

3-
**tinyplot** v0.4.0 is a minor release that introduces several new features
4-
and addresses a variety of bugs.
5-
6-
As per our earlier submissions, we continue to run a comprehensive test suite
7-
comprising hundreds of test snapshots (i.e., SVG images) as part of our CI
8-
development workflow. See:
9-
https://github.com/grantmcdermott/tinyplot/tree/main/inst/tinytest/_tinysnapshot
10-
However, we have removed these test snapshots from our CRAN submission to reduce
11-
the size of of install target and stay within CRAN's recommend size limits.
3+
**tinyplot** v0.4.1 is a hotfix / patch release that fixes a regression that we
4+
accidentally introduced in v0.4.0, which was affecting `"ridge"` plot legends.
5+
We apologize for the <1 month CRAN re-submission cadence, but felt that this was
6+
important enough to address quickly.
127

138
## Test environments
149
Arch Linux (local)
@@ -18,3 +13,9 @@ Win Builder
1813
## R CMD check results
1914

2015
0 errors | 0 warnings | 0 notes
16+
17+
P.S. We continue to run a comprehensive test suite comprising hundreds of test
18+
snapshots (i.e., SVG images) as part of our CI development workflow. See:
19+
https://github.com/grantmcdermott/tinyplot/tree/main/inst/tinytest/_tinysnapshot
20+
However, we have removed these test snapshots from our CRAN submission to reduce
21+
the size of of install target and stay within CRAN's recommend size limits.

0 commit comments

Comments
 (0)