libstatistics-r-perl 0.34-2 source package in Ubuntu

Changelog

libstatistics-r-perl (0.34-2) unstable; urgency=medium

  * Team upload.
  * debian/watch: use uscan version 4.
  * Fix maintainer address.
  * Don't install README (duplicate of POD and manpage).
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 4.7.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.
  * Refresh debian/copyright formatting.
  * Update CPAN URLs in debian/*.
  * Add more test and runtime dependencies.

 -- gregor herrmann <email address hidden>  Thu, 16 May 2024 16:12:27 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstatistics-r-perl_0.34-2.dsc 2.5 KiB bb025c4b63c9c7e2ef87a8803f01faaceb30883274071c2e318e8748c3295a07
libstatistics-r-perl_0.34.orig.tar.gz 36.3 KiB 782dd064876ac94680d97899f24fb0e727df42c05ba474ec096a9116438fbed4
libstatistics-r-perl_0.34-2.debian.tar.xz 2.1 KiB aa0590b51235e6c4c56c7030f614335988d8487621d3c93f393de845e2f3842c

Available diffs

No changes file available.

Binary packages built by this source

libstatistics-r-perl: 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.