We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74e1f1 commit 2262494Copy full SHA for 2262494
README.md
@@ -15,7 +15,13 @@ please feel free to chat in the [Gitter channel](https://gitter.im/JuliaDiffEq/L
15
16
## Installation
17
18
-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:
19
+
20
+```R
21
+install.packages("diffeqr")
22
+```
23
24
+To install the master branch of the package (for developers), use:
25
26
```R
27
devtools::install_github('JuliaDiffEq/diffeqr', build_vignettes=T)
0 commit comments