Skip to content

Commit

Permalink
Export shiny funs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jul 7, 2019
1 parent 926288f commit e946731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
@@ -1,6 +1,9 @@
# Generated by roxygen2: do not edit by hand

export(runUpthat)
export(shinyAppServer)
export(shinyAppUI)
import(leaflet)
import(shiny)
import(tmap)
importFrom(graphics,hist)
1 change: 1 addition & 0 deletions R/server.R
Expand Up @@ -5,6 +5,7 @@

#' @import leaflet
#' @import tmap
#' @export
# Define server logic required to draw a histogram
shinyAppServer <- function(input, output, session) {

Expand Down
1 change: 1 addition & 0 deletions R/ui.R
Expand Up @@ -3,6 +3,7 @@
#' @importFrom graphics hist
#' @import shiny
#' @import leaflet
#' @export
shinyAppUI <- fluidPage(
shiny::titlePanel("Welcome to the Urban Planning and Transport Health Assessment Tool (upthat)"),
column(12, shiny::htmlOutput("app_info")),
Expand Down

0 comments on commit e946731

Please sign in to comment.