Skip to content

Commit a4f223d

Browse files
authored
Merge pull request #34 from KopfLab/sk-dev
cran release
2 parents 5a46a8e + f245dd9 commit a4f223d

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

README.Rmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ knitr::opts_chunk$set(
1717
# ggstackplot
1818

1919
<!-- badges: start -->
20+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ggstackplot)](https://cran.r-project.org/package=ggstackplot)
21+
[![Life cycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
2022
[![R-CMD-check](https://github.com/KopfLab/ggstackplot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/KopfLab/ggstackplot/actions/workflows/R-CMD-check.yaml)
2123
[![codecov](https://codecov.io/gh/kopflab/ggstackplot/branch/main/graph/badge.svg?token=SN0YDIJ6Y6)](https://app.codecov.io/gh/kopflab/ggstackplot)
2224
[![Documentation](https://img.shields.io/badge/docs-online-green.svg)](https://ggstackplot.kopflab.org/)
@@ -28,7 +30,13 @@ Have you ever wanted to create (partly) overlapping line plots with matched colo
2830

2931
## Installation
3032

31-
You can install the development version of ggstackplot from [GitHub](https://github.com/) with:
33+
To install the current release from [CRAN](https://cran.r-project.org/package=ggstackplot):
34+
35+
```
36+
install.packages("ggstackplot")
37+
```
38+
39+
You can also install the development version of ggstackplot from [GitHub](https://github.com/KopfLab/ggstackplot) with:
3240

3341
```
3442
# install.packages("pak")

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
<!-- badges: start -->
77

8+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ggstackplot)](https://cran.r-project.org/package=ggstackplot)
9+
[![Life
10+
cycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
811
[![R-CMD-check](https://github.com/KopfLab/ggstackplot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/KopfLab/ggstackplot/actions/workflows/R-CMD-check.yaml)
912
[![codecov](https://codecov.io/gh/kopflab/ggstackplot/branch/main/graph/badge.svg?token=SN0YDIJ6Y6)](https://app.codecov.io/gh/kopflab/ggstackplot)
1013
[![Documentation](https://img.shields.io/badge/docs-online-green.svg)](https://ggstackplot.kopflab.org/)
@@ -22,8 +25,13 @@ retaining the powerful grammar of graphics functionality of ggplots.
2225

2326
## Installation
2427

25-
You can install the development version of ggstackplot from
26-
[GitHub](https://github.com/) with:
28+
To install the current release from
29+
[CRAN](https://cran.r-project.org/package=ggstackplot):
30+
31+
install.packages("ggstackplot")
32+
33+
You can also install the development version of ggstackplot from
34+
[GitHub](https://github.com/KopfLab/ggstackplot) with:
2735

2836
# install.packages("pak")
2937
pak::pak("KopfLab/ggstackplot")

cran-comments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.
4+
5+
## Test environments
6+
7+
- Local OS X install, R 4.4.2 (release)
8+
- Mac OS X 10.15.6 (on GitHub), R 4.4.2 (release)
9+
- Ubuntu 16.04 (on GitHub), R 4.4.2 (release)
10+
- Windows Server 2019 (on GitHub), R 4.4.2 (release)
11+
- Win-builder (release, devel, and oldrelease)
12+
13+
## R CMD check results
14+
15+
0 errors | 0 warnings | 1 note
16+
17+
* This is a new release.

0 commit comments

Comments
 (0)