From a445278659a9847785f97de25059c84be0b4946b Mon Sep 17 00:00:00 2001 From: Tomas Date: Fri, 8 Jul 2016 17:31:04 +0200 Subject: [PATCH] added info on github version how to get the newest github' ShinyBS version --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aaa6177..5f3beb1 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,8 @@ Features that are not included in shinyBS 0.61 include: * Table Formatting Now that this version has been been accepted by CRAN I will start working on updates and added functionality. If you have a request please open an issue and let me know. Thanks! + +If you want try the newest features, use this github (not-tested) version, in your RStudio run: +``` +devtools::install_github("ebailey78/shinyBS") +```