Skip to content

Commit

Permalink
Update README post CRAN release (#135)
Browse files Browse the repository at this point in the history
* Add CRAN install instructions

* Add DOI badge
  • Loading branch information
Bisaloo committed Jul 29, 2024
1 parent 4cef126 commit fd25474
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.or
[![Codecov test
coverage](https://codecov.io/gh/epiverse-trace/epico/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epiverse-trace/epico?branch=main)
[![lifecycle-maturing](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-maturing.svg)](https://www.reconverse.org/lifecycle.html#maturing)
[![DOI](https://zenodo.org/badge/550435309.svg)](https://zenodo.org/doi/10.5281/zenodo.11579611)
<!-- badges: end -->

## Installation

You can install the development version of *epiCo* from
You can install the stable version of *epiCo* from CRAN with:

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

You can also install the development version of *epiCo* from
[GitHub](https://github.com/) with:

``` r
Expand Down

0 comments on commit fd25474

Please sign in to comment.