Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README post CRAN release #135

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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