File: control

package info (click to toggle)
libstatistics-r-perl 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: perl: 2,132; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,178 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
Source: libstatistics-r-perl
Section: perl
Priority: optional
Maintainer: Don Armstrong <don@debian.org>
Build-Depends: debhelper (>= 13)
Build-Depends-Indep: perl, r-base, libipc-run-perl, libregexp-common-perl, libmodule-install-perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Statistics-R/
Vcs-Git: https://git.donarmstrong.com/deb_pkgs/libstatistics-r-perl.git
Vcs-Browser: https://git.donarmstrong.com/deb_pkgs/libstatistics-r-perl.git

Package: libstatistics-r-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, r-base, libipc-run-perl, libregexp-common-perl
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
 allow to have several instances of Statistics::R 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.