Skip to content

Commit

Permalink
Add CRAN badge!
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyRStevens committed Nov 5, 2024
1 parent beb32f4 commit 454c448
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ knitr::opts_chunk$set(

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/cocoon)](https://cran.r-project.org/package=cocoon)
[![Codecov test coverage](https://codecov.io/gh/JeffreyRStevens/cocoon/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JeffreyRStevens/cocoon?branch=main)
[![R-CMD-check](https://github.com/JeffreyRStevens/cocoon/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JeffreyRStevens/cocoon/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Expand All @@ -41,6 +42,12 @@ defaults can be over-ridden to flexibly format output.

## Installation

You can install the stable released version of `{cocoon}` from [CRAN](https://cran.r-project.org/package=cocoon) with:

```{r eval = FALSE}
install.packages("cocoon")
```

You can install the development version of `{cocoon}` from
[GitHub](https://github.com/) with:

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/cocoon)](https://cran.r-project.org/package=cocoon)
[![Codecov test
coverage](https://codecov.io/gh/JeffreyRStevens/cocoon/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JeffreyRStevens/cocoon?branch=main)
[![R-CMD-check](https://github.com/JeffreyRStevens/cocoon/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JeffreyRStevens/cocoon/actions/workflows/R-CMD-check.yaml)
Expand All @@ -30,6 +31,13 @@ over-ridden to flexibly format output.

## Installation

You can install the stable released version of `{cocoon}` from
[CRAN](https://cran.r-project.org/package=cocoon) with:

``` r
install.packages("cocoon")
```

You can install the development version of `{cocoon}` from
[GitHub](https://github.com/) with:

Expand Down

0 comments on commit 454c448

Please sign in to comment.