Package: r-cran-plyr
Version: 1.8.1
Severity: normal
Tags: patch
User: autopkgtest-de...@lists.alioth.debian.org
Usertags: autopkgtest

Dear Maintainer,

The tests are failing in debci because it is missing dependency. Below
the autopkgtest's log:

1. Error: array binding is correct
---------------------------------------------
there is no package called 'abind'
1: library(abind) at test-array.r:42
2: stop(txt, domain = NA)

2. Error: multidim arrays ok
---------------------------------------------------
there is no package called 'abind'
1: library(abind) at test-rbind.r:128
2: stop(txt, domain = NA)

Error: Test failures
Execution halted
adt-run [13:29:39]: test run-unit-test: -----------------------]


This is occurring because is missing the r-cran-abind dependency, to correct
the suit test I only added this dependency in debian/tests/control.

Thanks for consider it!


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru r-cran-plyr-1.8.1.orig/debian/tests/control r-cran-plyr-1.8.1/debian/tests/control
--- r-cran-plyr-1.8.1.orig/debian/tests/control	2014-08-06 22:49:50.420397666 -0300
+++ r-cran-plyr-1.8.1/debian/tests/control	2014-08-06 22:50:33.196886296 -0300
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, r-cran-testthat, r-cran-domc
+Depends: @, r-cran-testthat, r-cran-domc, r-cran-abind
 Restrictions: allow-stderr

Reply via email to