]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blob - debian/control
add Module::Install to build depends, switch vcs to git
[deb_pkgs/libstatistics-r-perl.git] / debian / control
1 Source: libstatistics-r-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Don Armstrong <don@debian.org>
5 Build-Depends: debhelper (>= 13)
6 Build-Depends-Indep: perl, r-base, libipc-run-perl, libregexp-common-perl, libmodule-install-perl
7 Standards-Version: 3.9.2
8 Homepage: http://search.cpan.org/dist/Statistics-R/
9 Vcs-Git: https://git.donarmstrong.com/deb_pkgs/libstatistics-r-perl.git
10 Vcs-Browser: https://git.donarmstrong.com/deb_pkgs/libstatistics-r-perl.git
11
12 Package: libstatistics-r-perl
13 Architecture: all
14 Depends: ${misc:Depends}, ${perl:Depends}, r-base, libipc-run-perl, libregexp-common-perl
15 Description: Control the R interpreter with perl
16  Statistics::R is a module to controls the R interpreter (R project
17  for statistical computing: http://www.r-project.org/). It lets you
18  start R, pass commands to it and retrieve the output. A shared mode
19  allow to have several instances of Statistics::R talk to the same R
20  process.
21  .
22  The current Statistics::R implementation uses pipes (for stdin,
23  stdout and stderr) to communicate with R. This implementation should
24  be more efficient and reliable than that in previous version, which
25  relied on reading and writing files.