File tree Expand file tree Collapse file tree 4 files changed +16
-15
lines changed
Expand file tree Collapse file tree 4 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Package: tinyplot
22Type: Package
33Title: 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
66Authors@R:
77 c(
88 person(
Original file line number Diff line number Diff 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
55where the formatting is also better._
66
7- ## 0.4.0.99 (development version)
7+ ## 0.4.1
88
99### Bug fixes
1010
Original file line number Diff line number Diff line change 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
149Arch Linux (local)
@@ -18,3 +13,9 @@ Win Builder
1813## R CMD check results
1914
20150 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.
You can’t perform that action at this time.
0 commit comments