From fe191e71e026a72c71ba74c79cd94a3d9ec053fb Mon Sep 17 00:00:00 2001 From: Andre Chalom Date: Mon, 13 Jul 2015 13:34:39 -0300 Subject: [PATCH] included libraries on README.md --- README.md | 2 +- server.R | 2 ++ ui.R | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6855591..1fa4c3e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ install_github(repo = 'lageIBUSP/Rsampling') ## Web version You can run Rsampling shiny from github! Just open R and run: ```R -install.packages(c("shiny","shinyBS")) +install.packages(c("shiny","shinyBS", "gridExtra")) library(shiny) runGitHub(repo="andrechalom/Rsampling-shiny") ``` diff --git a/server.R b/server.R index 962c355..ded04df 100644 --- a/server.R +++ b/server.R @@ -1,3 +1,5 @@ +# loads the required libraries. +# when adding libraries here, REMEMBER to include them as requirements on README.md library(shiny) library(gridExtra) library(Rsampling) diff --git a/ui.R b/ui.R index e3c5bbe..c677349 100644 --- a/ui.R +++ b/ui.R @@ -1,3 +1,5 @@ +# loads the required libraries. +# when adding libraries here, REMEMBER to include them as requirements on README.md library(shiny) library(shinyBS) shinyUI(fluidPage(theme= "bootstrap.css",