Skip to content

Commit 2262494

Browse files
Update README.md
1 parent e74e1f1 commit 2262494

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ please feel free to chat in the [Gitter channel](https://gitter.im/JuliaDiffEq/L
1515

1616
## Installation
1717

18-
diffeqr is currently not registered into CRAN. Thus to use this package, use the following command:
18+
[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:
1925

2026
```R
2127
devtools::install_github('JuliaDiffEq/diffeqr', build_vignettes=T)

0 commit comments

Comments
 (0)