forked from dreamRs/topogram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 818 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
Package: topogRam
Title: 'Htmlwidget' for 'Shawn Allen' 'd3.js' topogram
Version: 0.1.9000
Authors@R: c(
person(
"Victor", "Perrier"
, role = c("aut", "cre")
, comment = "R interface"
, email = "[email protected]"
),
person(
"Mike", "Bostock"
, role = c("cph")
, comment = "d3.js library in htmlwidgets/lib, http://d3js.org"
),
person(
"Shawn", "Allen"
, role = c("cph")
, comment = "topogram library in htmlwidgets/lib, https://github.com/shawnbot/topogram"
)
)
Description: Construct continuous area cartograms with D3.
Depends:
R (>= 3.3.0)
Imports: htmlwidgets,
jsonlite
License: MIT + file LICENSE
Copyright: See file COPYRIGHTS.
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1