File: control

package info (click to toggle)
libstatistics-r-perl 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 2,132; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,694 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
Source: libstatistics-r-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Don Armstrong <don@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libipc-run-perl <!nocheck>,
                     libmodule-install-perl,
                     libregexp-common-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-balanced-perl <!nocheck>,
                     libversion-perl <!nocheck>,
                     perl,
                     r-base
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstatistics-r-perl.git
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstatistics-r-perl.git
Homepage: https://metacpan.org/pod/Statistics::R
Rules-Requires-Root: no

Package: libstatistics-r-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libipc-run-perl,
         libregexp-common-perl,
         libtext-balanced-perl,
         libversion-perl,
         r-base
Description: Control the R interpreter with perl
 Statistics::R is a module to controls the R interpreter (R project
 for statistical computing: http://www.r-project.org/). It lets you
 start R, pass commands to it and retrieve the output. A shared mode
 allows several instances of Statistics::R to talk to the same R
 process.
 .
 The current Statistics::R implementation uses pipes (for stdin,
 stdout and stderr) to communicate with R. This implementation should
 be more efficient and reliable than that in previous version, which
 relied on reading and writing files.