-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
55 lines (55 loc) · 1.41 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
50
51
52
53
54
55
Package: scatterD3
Type: Package
Title: D3 JavaScript Scatterplot from R
Version: 1.0.1.9000
Date: 2021-10-07
Authors@R: c(
person(
"Julien", "Barnier",
email = "[email protected]",
role = c("aut", "cre")
),
person(
"Kent", "Russell"
, role = c("aut", "ctb")
, email = "[email protected]"
),
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library, https://d3js.org"
),
person(
"Susie", "Lu"
, role = c("aut", "cph")
, comment = "d3-legend library, https://d3-legend.susielu.com/"
),
person(
"Speros", "Kokenes"
, role = c("aut", "cph")
, comment = "d3-lasso-plugin library, https://github.com/skokenes/D3-Lasso-Plugin"
),
person(
"Evan", "Wang"
, role = c("aut", "cph")
, comment = "d3-labeler plugin, https://github.com/tinker10/D3-Labeler"
)
)
Maintainer: Julien Barnier <[email protected]>
Description: Creates 'D3' 'JavaScript' scatterplots from 'R' with interactive
features : panning, zooming, tooltips, etc.
License: GPL (>=3)
VignetteBuilder: knitr
Encoding: UTF-8
URL: https://juba.github.io/scatterD3/
BugReports: https://github.com/juba/scatterD3/issues
LazyData: TRUE
Enhances: shiny
Imports:
htmlwidgets,
digest,
ellipse
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.1.1