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 e7e025f commit 3ebb6b2Copy full SHA for 3ebb6b2
README.md
@@ -45,8 +45,12 @@ library(shinymrp)
45
```
46
47
## Installation
48
+Install the latest release from **CRAN**:
49
+```r
50
+install.packages("shinymrp")
51
+```
52
-To get started, install the latest development version of **shinymrp** from [GitHub](https://github.com/mrp-interface/shinymrp) using `remotes`:
53
+Install the latest development version from **GitHub**:
54
55
```r
56
# If 'remotes' is not installed:
0 commit comments