Skip to content

Commit c91dbb6

Browse files
committed
add n ews and comments for version 4.1.0
1 parent fca03da commit c91dbb6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggstackplot
22
Title: Create Overlapping Stacked Plots
3-
Version: 0.4.0.9000
3+
Version: 0.4.1
44
Authors@R:
55
c(person(
66
given = "Sebastian", family = "Kopf",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ggstackplot 0.4.1
22

3+
* clarify the behaviour of the `switch_axes` parameter for horizontal stackplots
4+
* fix issue #30 to enable transformed shared axes
5+
* update the features vignette (now called explore) with new examples
6+
* include an example of a horizontal stackplot in the README
37

48
# ggstackplot 0.4.0
59

cran-comments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
This is a new package.
2-
3-
The reference included in the README acknowledges the example dataset used for demonstrating package functionality but since does not relate to the actual functionality of this package, it is not included in the DESCRIPTION file.
1+
Update of an existing CRAN package to add a new feature (support of reverse axes) and clarify some of the parameters with additional examples in the package documentation. Details listed in the NEWS.
42

53
## Test environments
64

@@ -12,6 +10,8 @@ The reference included in the README acknowledges the example dataset used for d
1210

1311
## R CMD check results
1412

15-
0 errors | 0 warnings | 1 note
13+
0 errors | 0 warnings | 0 notes
14+
15+
## Downstream dependencies
1616

17-
* This is a new release.
17+
There are currently no downstream dependencies for this package.

0 commit comments

Comments
 (0)