File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 3
3
.RData
4
4
node_modules
5
5
inst /htmlwidgets /sources
6
+ * .swp
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Imports:
37
37
htmltools,
38
38
magrittr,
39
39
markdown,
40
+ methods,
40
41
png,
41
42
RColorBrewer,
42
43
raster,
Original file line number Diff line number Diff line change @@ -93,5 +93,12 @@ export(setMaxBounds)
93
93
export(setView)
94
94
export(showGroup)
95
95
export(tileOptions)
96
+ importFrom(grDevices,col2rgb)
97
+ importFrom(grDevices,rgb)
96
98
importFrom(htmlwidgets,JS)
97
99
importFrom(magrittr,"%>%")
100
+ importFrom(methods,substituteDirect)
101
+ importFrom(stats,na.omit)
102
+ importFrom(stats,quantile)
103
+ importFrom(utils,getFromNamespace)
104
+ importFrom(utils,packageVersion)
Original file line number Diff line number Diff line change 1
1
# ' @importFrom magrittr %>%
2
2
# ' @export %>%
3
3
# ' @importFrom htmlwidgets JS
4
+ # ' @importFrom grDevices col2rgb rgb
5
+ # ' @importFrom methods substituteDirect
6
+ # ' @importFrom stats na.omit quantile
7
+ # ' @importFrom utils getFromNamespace packageVersion
4
8
# ' @export JS
5
9
NULL
You can’t perform that action at this time.
0 commit comments