Skip to content

Commit

Permalink
Move library call.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Oct 26, 2017
1 parent 523704a commit 5798210
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions temp_wind_events/global.R
@@ -1 +1,2 @@
library(shiny)
load("qm.RData")
1 change: 0 additions & 1 deletion temp_wind_events/server.R
@@ -1,4 +1,3 @@
library(shiny)
library(reshape2)
library(raster)
library(dplyr)
Expand Down
1 change: 0 additions & 1 deletion temp_wind_events/ui.R
@@ -1,4 +1,3 @@
library(shiny)
library(shinythemes)

tabPanelAbout <- source("about.R")$value
Expand Down

0 comments on commit 5798210

Please sign in to comment.