Skip to content

Commit

Permalink
update from fork3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdumas committed Sep 11, 2016
1 parent f4915d5 commit 752035e
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 9 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file modified .RData
Binary file not shown.
28 changes: 28 additions & 0 deletions .Rhistory
Expand Up @@ -250,3 +250,31 @@ runApp()
install.packages(c("devtools", "plotly", "R.utils", "sp", "swirl", "testthat"))
session_info()
rsconnect::deployApp(appFileManifest = "manifest.txt")
shiny::runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
shiny::runApp()
runApp(appFileManifest="manifest.txt")
runApp()
library(shinydashboard)
runApp()
runApp()
runApp()
shiny::runApp()
shiny::runApp()
shiny::runApp()
runApp()
runApp()
runApp()
library(shiny)
runApp()
runApp()
runApp()
library(shiny)
runApp()
library(shinydashboard)
runApp()
2 changes: 1 addition & 1 deletion .Rproj.user/E833DC/pcs/source-pane.pper
@@ -1,3 +1,3 @@
{
"activeTab" : 0
"activeTab" : -1
}
14 changes: 7 additions & 7 deletions .Rproj.user/E833DC/pcs/windowlayoutstate.pper
@@ -1,14 +1,14 @@
{
"left" : {
"panelheight" : 613,
"splitterpos" : 208,
"topwindowstate" : "NORMAL",
"windowheight" : 651
"panelheight" : 648,
"splitterpos" : 172,
"topwindowstate" : "HIDE",
"windowheight" : 686
},
"right" : {
"panelheight" : 613,
"splitterpos" : 388,
"panelheight" : 648,
"splitterpos" : 410,
"topwindowstate" : "NORMAL",
"windowheight" : 651
"windowheight" : 686
}
}
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -8,3 +8,9 @@ DESCRIPTION
LICENSE.txt

README.md

*.pdf

*.pptx

*.png
Binary file added misc/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion ui.R
Expand Up @@ -2,7 +2,7 @@
library(shinyAce)
library(RCurl)
library(shinyBS)
#library("shinydashboard")
library("shinydashboard")
require('shinydashboard')

source("misc/html.R")
Expand Down
Binary file added www/.DS_Store
Binary file not shown.
Binary file added www/AdminLTE/.DS_Store
Binary file not shown.

0 comments on commit 752035e

Please sign in to comment.