Skip to content

Commit

Permalink
Merge pull request #55 from dd-harp/dev
Browse files Browse the repository at this point in the history
add CRAN badge
  • Loading branch information
slwu89 authored Nov 18, 2022
2 parents f194e91 + d0d2e92 commit b9a7f3a
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 @@ -4,6 +4,7 @@
[![R-CMD-check](https://github.com/dd-harp/exDE/workflows/R-CMD-check/badge.svg)](https://github.com/dd-harp/exDE/actions)
[![codecov](https://codecov.io/gh/dd-harp/exDE/branch/main/graph/badge.svg?token=S6WCEH4L8B)](https://app.codecov.io/gh/dd-harp/exDE)
[![medRxiv](https://img.shields.io/badge/medRxiv-2022.11.07.22282044-brightgreen)](https://www.medrxiv.org/content/10.1101/2022.11.07.22282044v1)
[![CRAN](https://www.r-pkg.org/badges/version/exDE)](https://cran.r-project.org/package=exDE)
<!-- badges: end -->

## What is exDE?
Expand All @@ -27,13 +28,19 @@ The section "Functions" documents each function exported by the package.

## Installation

To install from an R session, run the following lines of code.
To install the latest version from GitHub, run the following lines of code in an R session.

```
library(devtools)
devtools::install_github("dd-harp/exDE")
```

Alternatively, you can install directly from [CRAN](https://cran.r-project.org/package=exDE) (please be aware that the version on CRAN may not be the latest version on GitHub):

```
install.packages("exDE")
```

## Contributing

For information about how to contribute to the development of exDE, please read our article on how to contribute at `vignette("Contributing")`!
Expand Down

0 comments on commit b9a7f3a

Please sign in to comment.