From 07cd2ee2d76d2c8836e14ff0bf6752475609546c Mon Sep 17 00:00:00 2001 From: pvictor Date: Tue, 23 Apr 2019 14:03:57 +0200 Subject: [PATCH] installation from cran --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6f9c8..87e6fce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ ## Installation -You can install `shinybusy` from GitHub: +Install from CRAN with: + +```r +install.packages("shinybusy") +``` + +You can install dev version of `shinybusy` from GitHub: ``` r remotes::install_github("dreamRs/shinybusy")