Skip to content

Commit 615f073

Browse files
author
BenSt099
committed
updated readme
1 parent cf84420 commit 615f073

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.Rmd

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ knitr::opts_chunk$set(
1616

1717
<!-- badges: start -->
1818
[![R-CMD-check](https://github.com/BenSt099/circlesplot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/BenSt099/circlesplot/actions/workflows/R-CMD-check.yaml)
19+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/circlesplot)](https://cran.r-project.org/package=circlesplotdevt)
1920
<!-- badges: end -->
2021

2122
## Overview
@@ -24,10 +25,16 @@ The __circlesplot__ library helps you display proportions between different obje
2425

2526
## Installation
2627

27-
You can install the development version of **circlesplot** from [GitHub](https://github.com/) with:
28+
Install the latest version from **CRAN**:
2829

2930
``` r
30-
# install.packages("devtools")
31+
install.packages("circlesplot")
32+
```
33+
34+
or the development version from [GitHub](https://github.com/BenSt099/circlesplot):
35+
36+
``` r
37+
install.packages("devtools")
3138
devtools::install_github("BenSt099/circlesplot")
3239
```
3340

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<!-- badges: start -->
77

88
[![R-CMD-check](https://github.com/BenSt099/circlesplot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/BenSt099/circlesplot/actions/workflows/R-CMD-check.yaml)
9+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/circlesplot)](https://cran.r-project.org/package=circlesplotdevt)
910
<!-- badges: end -->
1011

1112
## Overview
@@ -21,11 +22,17 @@ also be used for other things too.
2122

2223
## Installation
2324

24-
You can install the development version of **circlesplot** from
25-
[GitHub](https://github.com/) with:
25+
Install the latest version from **CRAN**:
2626

2727
``` r
28-
# install.packages("devtools")
28+
install.packages("circlesplot")
29+
```
30+
31+
or the development version from
32+
[GitHub](https://github.com/BenSt099/circlesplot):
33+
34+
``` r
35+
install.packages("devtools")
2936
devtools::install_github("BenSt099/circlesplot")
3037
```
3138

0 commit comments

Comments
 (0)