Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Apr 24, 2018
1 parent e74e1f1 commit 2262494
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 @@ -15,7 +15,13 @@ please feel free to chat in the [Gitter channel](https://gitter.im/JuliaDiffEq/L

## Installation

diffeqr is currently not registered into CRAN. Thus to use this package, use the following command:
[diffeqr is registered into CRAN](https://cran.r-project.org/web/packages/diffeqr/index.html). Thus to use add the package, use:

```R
install.packages("diffeqr")
```

To install the master branch of the package (for developers), use:

```R
devtools::install_github('JuliaDiffEq/diffeqr', build_vignettes=T)
Expand Down

0 comments on commit 2262494

Please sign in to comment.