Skip to content

Commit

Permalink
update and fix DESCR
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 29, 2019
1 parent 24d33cd commit 9c2552f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ Depends:
R (>= 3.6.0)
Imports:
colourvalues,
ggplot2,
shiny (>= 1.3.2),
leaflet (>= 2.0.2),
sf (>= 0.7.6),
tmap (>= 2.3),
mapdeck (>= 0.2.1)
Suggests:
knitr,
rmarkdown,
tmap
Remotes:
SymbolixAU/geojsonsf,
SymbolixAU/spatialwidget,
SymbolixAU/mapdeck
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.0.1
VignetteBuilder: knitr
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ export(shinyAppServer)
export(shinyAppUI)
import(leaflet)
import(shiny)
import(tmap)
importFrom(graphics,hist)
2 changes: 0 additions & 2 deletions R/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#' @param output provided by shiny
#' @param session The shiny session

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

0 comments on commit 9c2552f

Please sign in to comment.