File: control

package info (click to toggle)
r-cran-shiny 1.7.4%2Bdfsg-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,256 kB
  • sloc: javascript: 24,779; sh: 28; makefile: 20
file content (72 lines) | stat: -rw-r--r-- 2,412 bytes parent folder | download
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
62
63
64
65
66
67
68
69
70
71
72
Source: r-cran-shiny
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-crayon,
               r-cran-rlang (>= 0.4.10),
               r-cran-fastmap (>= 1.1.0),
               r-cran-withr,
               r-cran-commonmark,
               r-cran-glue (>= 1.3.2),
               r-cran-bslib,
               r-cran-cachem,
               r-cran-ellipsis,
               r-cran-lifecycle,
               libjs-bootstrap,
               libjs-json,
               libjs-jquery-datatables,
               libjs-es5-shim,
               libjs-jquery,
               libjs-jquery-ui,
               libjs-highlight.js,
               libjs-twitter-bootstrap-datepicker,
               fonts-font-awesome,
               node-html5shiv,
               r-cran-rcpp,
               r-cran-httpuv,
               r-cran-mime,
               r-cran-jsonlite,
               r-cran-xtable,
               r-cran-fontawesome,
               r-cran-digest,
               r-cran-r6,
               r-cran-htmltools,
               r-cran-sourcetools,
               r-cran-later,
               r-cran-promises,
               yui-compressor
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-shiny
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-shiny.git
Homepage: https://cran.r-project.org/package=shiny
Rules-Requires-Root: no

Package: r-cran-shiny
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends},
         libjs-bootstrap,
         libjs-json,
         libjs-jquery-datatables,
         libjs-es5-shim,
         libjs-jquery,
         libjs-jquery-ui,
         libjs-highlight.js,
         libjs-twitter-bootstrap-datepicker,
         libjs-jquery-selectize.js,
         libjs-d3,
         libjs-normalize.css,
         fonts-font-awesome,
         node-html5shiv
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R web application framework
 Makes it incredibly easy to build interactive web applications with R.
 Automatic "reactive" binding between inputs and outputs and extensive
 pre-built widgets make it possible to build beautiful, responsive, and
 powerful applications with minimal effort.