Skip to content

Commit 3ebb6b2

Browse files
committed
Add CRAN installation to README
1 parent e7e025f commit 3ebb6b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ library(shinymrp)
4545
```
4646

4747
## Installation
48+
Install the latest release from **CRAN**:
49+
```r
50+
install.packages("shinymrp")
51+
```
4852

49-
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**:
5054

5155
```r
5256
# If 'remotes' is not installed:

0 commit comments

Comments
 (0)