Skip to content

Commit

Permalink
cran install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
slwu89 committed Nov 18, 2022
1 parent 79d892e commit d0d2e92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,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 d0d2e92

Please sign in to comment.