R/imports.R

#' @import dplyr
#' @import shiny
#' @import ggplot2
#' @import ggthemes
#' @import stringi
#' @import tidyselect
#' @importFrom magrittr "%>%"
#' @importFrom rgeos gArea gIntersects gSimplify gIntersection gIsValid gBuffer gContains
#' @importFrom plotly ggplotly layout plotlyOutput event_data renderPlotly style
#' @importFrom sp SpatialPolygonsDataFrame Polygons SpatialPoints proj4string
#' @importFrom tidyr gather
#' @importFrom graphics text segments points polygon plot
#' @importFrom stats dist
#' @importFrom purrr when map2 map_df
#' @importFrom colourpicker colourInput
#' @importFrom rgdal ogrListLayers readOGR
#' @importFrom methods as
#' @importFrom tibble column_to_rownames
NULL

Try the eechidna package in your browser

Any scripts or data that you put into this service are public.

eechidna documentation built on Feb. 25, 2021, 5:08 p.m.