From fd2547421a75b815873f7a4de5c1432b7130ba8b Mon Sep 17 00:00:00 2001 From: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:15:26 +0000 Subject: [PATCH] Update README post CRAN release (#135) * Add CRAN install instructions * Add DOI badge --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dfb892..73f0cc4 100644 --- a/README.md +++ b/README.md @@ -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) ## 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