-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: leafpop
Type: Package
Title: Include Tables, Images and Graphs in Leaflet Pop-Ups
Version: 0.1.0
Date: 2021-05-22
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "tim.appelhans@gmail.com"),
person(given = "Florian",
family = "Detsch",
role = "aut",
email = "fdetsch@web.de"))
Maintainer: Tim Appelhans <tim.appelhans@gmail.com>
Description: Creates 'HTML' strings to embed tables, images or graphs in pop-ups
of interactive maps created with packages like 'leaflet' or 'mapview'. Handles
local images located on the file system or via remote URL. Handles graphs created
with 'lattice' or 'ggplot2' as well as interactive plots created with 'htmlwidgets'.
License: MIT + file LICENSE
URL: https://github.com/r-spatial/leafpop
BugReports: https://github.com/r-spatial/leafpop/issues
Encoding: UTF-8
Imports:
base64enc,
brew,
htmltools,
htmlwidgets,
sf,
svglite,
uuid
Suggests:
lattice,
leaflet (>= 2.0.0),
sp
RoxygenNote: 7.1.1