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 56 57 58 59 60 61
|
Package: scatterD3
Type: Package
Title: D3 JavaScript Scatterplot from R
Version: 1.0.1
Date: 2021-10-06
Authors@R: c(
person(
"Julien", "Barnier",
email = "julien.barnier@cnrs.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, 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 <julien.barnier@cnrs.fr>
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
Enhances: shiny
Imports: htmlwidgets, digest, ellipse
Suggests: knitr, rmarkdown
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-10-06 08:56:19 UTC; julien
Author: Julien Barnier [aut, cre],
Kent Russell [aut, ctb],
Mike Bostock [aut, cph] (d3.js library, https://d3js.org),
Susie Lu [aut, cph] (d3-legend library, https://d3-legend.susielu.com/),
Speros Kokenes [aut, cph] (d3-lasso-plugin library,
https://github.com/skokenes/D3-Lasso-Plugin),
Evan Wang [aut, cph] (d3-labeler plugin,
https://github.com/tinker10/D3-Labeler)
Repository: CRAN
Date/Publication: 2021-10-06 09:30:01 UTC
|