File: control

package info (click to toggle)
r-cran-rook 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: ansic: 57; javascript: 24; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,419 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
Source: r-cran-rook
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Michael R. Crusoe <crusoe@debian.org>,
           Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rook
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rook.git
Homepage: https://cran.r-project.org/package=Rook
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-brew
Testsuite: autopkgtest-pkg-r

Package: r-cran-rook
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: web server interface for R
 The package provides a set of routines for R to perform as a web
 server. This is used by a series of reverse dependencies to develop
 interactive interfaces to statistical analyses and reports.

Package: r-cran-rook-examples
Architecture: all
Depends: ${misc:Depends},libjs-prototype, r-cran-rook
Description: web server interface for R (examples)
 The package provides a set of routines for R to perform as a web
 server. This is used by a series of reverse dependencies to develop
 interactive interfaces to statistical analyses and reports.
 .
 This package separates the examples from the core functionality.