From 9c88e675348f7bf7bc3c8b8827050fe8bac32d8d Mon Sep 17 00:00:00 2001 From: pvictor Date: Fri, 10 May 2019 11:10:47 +0200 Subject: [PATCH] installation note --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0efe0..a6e865d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ ## Installation -You can install from GitHub: +Install from CRAN with : + +```r +install.packages("shinylogs") +``` + +Or install dev version from GitHub: ``` r remotes::install_github("dreamRs/shinylogs")