Skip to content

Commit a4c44a7

Browse files
CRAN v0.5.0 (#491)
* news and version bump * CRAN comments * ignore test suite for submission * cran submission * revert test ignore
1 parent d31d5a7 commit a4c44a7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.2
2-
Date: 2025-07-11 21:57:44 UTC
3-
SHA: 3213b769e21cf3b72e7a7b2900da76e037ba07f1
1+
Version: 0.5.0
2+
Date: 2025-09-21 18:31:22 UTC
3+
SHA: a0d3b9a79ee0f33db7841eba7e3e583cde73ee8e

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.2.99
5-
Date: 2025-07-11
4+
Version: 0.5.0
5+
Date: 2025-09-21
66
Authors@R:
77
c(
88
person(

NEWS.md

Lines changed: 2 additions & 2 deletions
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-
## Development
7+
## 0.5.0
88

99
### New features
1010

@@ -14,7 +14,7 @@ where the formatting is also better._
1414
The updated `?type_points` documentation contains several examples.
1515
(#433 @grantmcdermott)
1616
- Improved horizontal legend spacing, as well as multicolumn legend support. A
17-
new example in the "Tips & tricks" vignettes demonstrates the latter.
17+
new example in the "Tips & tricks" vignette demonstrates the latter.
1818
(#446 @grantmcdermott)
1919
- Univariate boxplots (without grouping variable) are now handled in
2020
`tinyplot.default()`, so that `tinyplot(x, type = "boxplot")` and

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
**tinyplot** v0.4.2 a patch release that contains mostly bug fixes.
3+
**tinyplot** v0.5.0 a minor release with some new features and bug fixes.
44

55
## Test environments
66
Arch Linux (local)

0 commit comments

Comments
 (0)