Skip to content

Commit 7136d71

Browse files
committed
Update readme: add badges (cran status and downloands) and update installation from CRAN
1 parent 67b687b commit 7136d71

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ opts_chunk$set(echo = TRUE, collapse = TRUE, comment = "#>")
1414
```
1515

1616
<!-- badges: start -->
17+
[![CRAN status](https://www.r-pkg.org/badges/version/kuenm2)](https://CRAN.R-project.org/package=kuenm2)
18+
[![downloads](https://cranlogs.r-pkg.org/badges/grand-total/kuenm2)](https://cranlogs.r-pkg.org:443/badges/grand-total/kuenm2)
19+
[![License](https://img.shields.io/badge/license-GPL%20(%3E=%203)-lightgrey.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
1720
[![R-CMD-check](https://github.com/marlonecobos/kuenm2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/marlonecobos/kuenm2/actions/workflows/R-CMD-check.yaml)
1821
<!-- badges: end -->
1922

@@ -37,7 +40,7 @@ To install the latest release of kuenm2 use the following line of code:
3740

3841
```{r installation, eval=FALSE}
3942
# Installing from CRAN
40-
#install.packages("kuenm2") # in progress
43+
install.packages("kuenm2")
4144
```
4245

4346
<br>

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Townsend Peterson, and Marlon E. Cobos
1515
- [Contributing](#contributing)
1616

1717
<!-- badges: start -->
18+
[![CRAN status](https://www.r-pkg.org/badges/version/kuenm2)](https://CRAN.R-project.org/package=kuenm2)
19+
[![downloads](https://cranlogs.r-pkg.org/badges/grand-total/kuenm2)](https://cranlogs.r-pkg.org:443/badges/grand-total/kuenm2)
20+
[![License](https://img.shields.io/badge/license-GPL%20(%3E=%203)-lightgrey.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
1821
[![R-CMD-check](https://github.com/marlonecobos/kuenm2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/marlonecobos/kuenm2/actions/workflows/R-CMD-check.yaml)
1922
<!-- badges: end -->
2023

@@ -57,7 +60,7 @@ To install the latest release of kuenm2 use the following line of code:
5760

5861
``` r
5962
# Installing from CRAN
60-
#install.packages("kuenm2") # in progress
63+
install.packages("kuenm2")
6164
```
6265

6366
<br>

0 commit comments

Comments
 (0)