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
|
Source: r-cran-nozzle.r1
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-nozzle.r1
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-nozzle.r1.git
Homepage: https://cran.r-project.org/package=Nozzle.R1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
libjs-jquery,
libjs-jquery-tablesorter
Testsuite: autopkgtest-pkg-r
Package: r-cran-nozzle.r1
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
libjs-jquery,
libjs-jquery-tablesorter
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R nozzle reports
The Nozzle package provides an API to generate HTML
reports with dynamic user interface elements based on
JavaScript and CSS (Cascading Style Sheets). Nozzle was
designed to facilitate summarization and rapid browsing of
complex results in data analysis pipelines where multiple
analyses are performed frequently on big data sets. The package
can be applied to any project where user-friendly reports need
to be created.
|