Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.4.2
Date: 2025-07-11 21:57:44 UTC
SHA: 3213b769e21cf3b72e7a7b2900da76e037ba07f1
Version: 0.5.0
Date: 2025-09-21 18:31:22 UTC
SHA: a0d3b9a79ee0f33db7841eba7e3e583cde73ee8e
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: tinyplot
Type: Package
Title: Lightweight Extension of the Base R Graphics System
Version: 0.4.2.99
Date: 2025-07-11
Version: 0.5.0
Date: 2025-09-21
Authors@R:
c(
person(
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0

### New features

Expand All @@ -14,7 +14,7 @@ where the formatting is also better._
The updated `?type_points` documentation contains several examples.
(#433 @grantmcdermott)
- Improved horizontal legend spacing, as well as multicolumn legend support. A
new example in the "Tips & tricks" vignettes demonstrates the latter.
new example in the "Tips & tricks" vignette demonstrates the latter.
(#446 @grantmcdermott)
- Univariate boxplots (without grouping variable) are now handled in
`tinyplot.default()`, so that `tinyplot(x, type = "boxplot")` and
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Overview

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

## Test environments
Arch Linux (local)
Expand Down