File: control

package info (click to toggle)
r-cran-shiny 1.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,080 kB
  • ctags: 290
  • sloc: makefile: 22; sh: 13
file content (55 lines) | stat: -rw-r--r-- 1,898 bytes parent folder | download | duplicates (2)
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
Source: r-cran-shiny
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-r,
               libjs-bootstrap,
               libjs-twitter-bootstrap,
               libjs-json,
               libjs-jquery-datatables,
               libjs-es5-shim,
               libjs-jquery,
               libjs-jquery-ui,
               libjs-highlight.js,
               libjs-twitter-bootstrap-datepicker,
               fonts-font-awesome,
               yui-compressor,
               r-base-dev,
               r-cran-rcpp,
               r-cran-httpuv,
               r-cran-mime,
               r-cran-jsonlite,
               r-cran-xtable,
               r-cran-digest,
               r-cran-r6,
               r-cran-htmltools,
               r-cran-sourcetools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-shiny.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-shiny.git
Homepage: https://cran.r-project.org/package=shiny

Package: r-cran-shiny
Architecture: all
Depends: ${misc:Depends},
         ${R:Depends},
         ${js:Depends},
         libjs-bootstrap,
         libjs-twitter-bootstrap,
         libjs-json,
         libjs-jquery-datatables,
         libjs-es5-shim,
         libjs-jquery,
         libjs-jquery-ui,
         libjs-highlight.js,
         libjs-twitter-bootstrap-datepicker,
         fonts-font-awesome
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.