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
|
Source: r-cran-plotly
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r (>= 20180527),
r-base-dev,
r-cran-ggplot2 (>= 3.0.0),
r-cran-scales,
r-cran-httr,
r-cran-jsonlite (>= 1.6),
r-cran-magrittr,
r-cran-digest,
r-cran-viridislite,
r-cran-base64enc,
r-cran-htmltools (>= 0.3.6),
r-cran-htmlwidgets (>= 1.5.3),
r-cran-tidyr,
r-cran-hexbin,
r-cran-rcolorbrewer,
r-cran-dplyr,
r-cran-tibble,
r-cran-lazyeval,
r-cran-rlang,
r-cran-crosstalk,
r-cran-purrr,
r-cran-data.table,
r-cran-promises
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-plotly
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-plotly.git
Homepage: https://cran.r-project.org/package=plotly
Rules-Requires-Root: no
Package: r-cran-plotly
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
libjs-jquery-selectize.js,
r-cran-colourpicker
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: create interactive web graphics via 'plotly.js' in GNU R
Easily translate 'ggplot2' graphs to an interactive web-based version
and/or create custom web-based visualizations directly from R. Once
uploaded to a 'plotly' account, 'plotly' graphs (and the data behind
them) can be viewed and modified in a web browser.
|