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
|
Source: r-cran-dt
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,
r-base-dev,
r-cran-htmltools,
r-cran-htmlwidgets,
r-cran-jsonlite,
r-cran-magrittr,
r-cran-crosstalk,
r-cran-jquerylib,
r-cran-promises,
libjs-jquery-datatables,
libjs-jquery-datatables-extensions
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-dt
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-dt.git
Homepage: https://cran.r-project.org/package=DT
Rules-Requires-Root: no
Package: r-cran-dt
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
libjs-jquery,
libjs-jquery-datatables (>= 1.10.21),
libjs-jquery-datatables-extensions,
libjs-jquery-selectize.js
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R wrapper of the JavaScript library 'DataTables'
Data objects in R can be rendered as HTML tables using the
JavaScript library 'DataTables' (typically via R Markdown or Shiny). The
'DataTables' library has been included in this R package. The package name
'DT' is an abbreviation of 'DataTables'.
|