forked from juba/scatterD3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: scatterD3
Type: Package
Title: D3 JavaScript Scatterplot from R
Version: 0.8.2
Date: 2016-12-15
Authors@R: c(
person(
"Julien", "Barnier",
email = "julien.barnier@ens-lyon.fr",
role = c("aut", "cre")
),
person(
"Kent", "Russell"
, role = c("aut", "ctb")
, email = "kent.russell@timelyportfolio.com"
),
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library, http://d3js.org"
),
person(
"Susie", "Lu"
, role = c("aut", "cph")
, comment = "d3-legend library, http://d3-legend.susielu.com/"
),
person(
"Speros", "Kokenes"
, role = c("aut", "cph")
, comment = "d3-lasso-plugin library, https://github.com/skokenes/D3-Lasso-Plugin"
)
)
Maintainer: Julien Barnier <julien.barnier@ens-lyon.fr>
Description: Creates 'D3' 'JavaScript' scatterplots from 'R' with interactive
features : panning, zooming, tooltips, etc.
License: GPL (>=3)
VignetteBuilder: knitr
URL: https://github.com/juba/scatterD3
BugReports: https://github.com/juba/scatterD3/issues
LazyData: TRUE
Enhances: shiny
Imports:
htmlwidgets,
digest,
ellipse
Suggests:
knitr,
rmarkdown
RoxygenNote: 5.0.1