From 426db07fc77565e5e371d0845110318c1c941501 Mon Sep 17 00:00:00 2001 From: Ronak Shah Date: Fri, 14 Jul 2023 21:50:48 +0800 Subject: [PATCH] include CRAN link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2010559..ad47c71 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ shinyApp(ui, server) # Installation +`shinyRatings` is available on CRAN and can be installed using - + +``` +install.packages("shinyRatings") +``` + To install the package from GitHub, you can use - ```