File tree 2 files changed +19
-5
lines changed
2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ knitr::opts_chunk$set(
16
16
17
17
<!-- badges: start -->
18
18
[ ![ 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 )
19
20
<!-- badges: end -->
20
21
21
22
## Overview
@@ -24,10 +25,16 @@ The __circlesplot__ library helps you display proportions between different obje
24
25
25
26
## Installation
26
27
27
- You can install the development version of ** circlesplot ** from [ GitHub ] ( https://github.com/ ) with :
28
+ Install the latest version from ** CRAN ** :
28
29
29
30
``` 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" )
31
38
devtools :: install_github(" BenSt099/circlesplot" )
32
39
```
33
40
Original file line number Diff line number Diff line change 6
6
<!-- badges: start -->
7
7
8
8
[ ![ 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 )
9
10
<!-- badges: end -->
10
11
11
12
## Overview
@@ -21,11 +22,17 @@ also be used for other things too.
21
22
22
23
## Installation
23
24
24
- You can install the development version of ** circlesplot** from
25
- [ GitHub] ( https://github.com/ ) with:
25
+ Install the latest version from ** CRAN** :
26
26
27
27
``` 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" )
29
36
devtools :: install_github(" BenSt099/circlesplot" )
30
37
```
31
38
You can’t perform that action at this time.
0 commit comments