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

Dear Maintainer,

The tests are failing in debci using autopkgtest. Below a piece
autopkgtest's log:


> library(testthat)
Error in library(testthat) : there is no package called ‘testthat’
Execution halted
adt-run [01:46:19]: test run-unit-test: -----------------------]


To solve this error I needed to change the test's dependency to 
r-cran-testthat.

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-msm-1.4.orig/debian/tests/control r-cran-msm-1.4/debian/tests/control
--- r-cran-msm-1.4.orig/debian/tests/control	2014-08-27 01:35:33.976488466 -0300
+++ r-cran-msm-1.4/debian/tests/control	2014-08-27 01:41:04.838301108 -0300
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, @builddeps@, r-cran-runit, r-cran-numderiv
+Depends: @, @builddeps@, r-cran-numderiv, r-cran-testthat
 Restrictions: allow-stderr

Reply via email to