X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=b0ca224dee96810ad41f9217333edc0b178f0762;hb=fea5b01e0da1d4f97108cf08c424d5ef4f66a64f;hp=0000000000000000000000000000000000000000;hpb=9d6b5f35bbae817f76a5099702e13836e5957d80;p=deb_pkgs%2Flibstatistics-r-perl.git diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b0ca224 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libstatistics-r-perl +Section: perl +Priority: optional +Maintainer: Don Armstrong +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, r-base, libipc-run-perl, libregexp-common-perl +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Statistics-R/ +Vcs-Svn: svn://svn.donarmstrong.com/deb_pkgs/libstatistics-r-perl/trunk +Vcs-Browser: http://websvn.donarmstrong.com/deb_pkgs/libstatistics-r-perl/trunk + +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.