-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1010 Bytes
/
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
Package: leaftime
Title: 'Leaflet-timeline' Plugin for Leaflet
Version: 0.2.0
Date: 2020-01-26
Authors@R: c(
person(
"Jonathan","Skeate"
, role = c("aut")
, comment = "leaflet-timeline library, https://github.com/skeate/Leaflet.timeline"
),
person(
"Kent", "Russell"
, role = c("aut", "cre")
, comment = "R interface"
, email = "[email protected]"
)
)
Maintainer: Kent Russell <[email protected]>
URL: https://github.com/timelyportfolio/leaftime
BugReports: https://github.com/timelyportfolio/leaftime/issues
Description: Use the 'leaflet-timeline' plugin with a leaflet widget to add an
interactive slider with play, pause, and step buttons to explore temporal
geographic spatial data changes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Depends:
R (>= 3.1.0),
leaflet (>= 2.0.0)
Imports:
htmlwidgets,
htmltools
Suggests:
geojsonio