Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
node_modules
inst/htmlwidgets/sources
*.swp
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Imports:
htmltools,
magrittr,
markdown,
methods,
png,
RColorBrewer,
raster,
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,12 @@ export(setMaxBounds)
export(setView)
export(showGroup)
export(tileOptions)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(htmlwidgets,JS)
importFrom(magrittr,"%>%")
importFrom(methods,substituteDirect)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)
4 changes: 4 additions & 0 deletions R/package.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#' @importFrom magrittr %>%
#' @export %>%
#' @importFrom htmlwidgets JS
#' @importFrom grDevices col2rgb rgb
#' @importFrom methods substituteDirect
#' @importFrom stats na.omit quantile
#' @importFrom utils getFromNamespace packageVersion
#' @export JS
NULL