Skip to content

Commit 3fa9fa2

Browse files
authored
Merge pull request #108 from wevertonbio/main
Update readme: add badges (cran status and downloands) and update installation from CRAN
2 parents fde6007 + 7136d71 commit 3fa9fa2

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.1.1
2-
Date: 2026-03-16 19:37:35 UTC
3-
SHA: 30524f175995ea5c3f8972c759442d2b7d8afe8a
1+
Version: 0.1.2
2+
Date: 2026-03-24 23:23:38 UTC
3+
SHA: fde6007b46c4a85b3319df34eef725e8a708b799

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)