[r-cran-msm] 02/02: Adapt autopkgtest script, Add r-cran-numderiv to Recommends and test Depends
Sébastien Villemot
sebastien at debian.org
Thu Nov 16 16:17:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to annotated tag debian/1.4-1
in repository r-cran-msm.
commit 1959a9a6e5cd9e1452bfc6bb16d0ab076a0d0770
Author: Andreas Tille <tille at debian.org>
Date: Tue Aug 12 11:10:49 2014 +0000
Adapt autopkgtest script, Add r-cran-numderiv to Recommends and test Depends
---
changelog | 5 +++--
control | 1 +
tests/control | 2 +-
tests/run-unit-test | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/changelog b/changelog
index 5b4dad4..791bdd0 100644
--- a/changelog
+++ b/changelog
@@ -1,7 +1,8 @@
-r-cran-msm (1.4-1) UNRELEASED; urgency=medium
+r-cran-msm (1.4-1) unstable; urgency=medium
* New upstream version
- TODO: currently unit test did not passed fully, wait for upstream response
+ * Adapt autopkgtest script
+ * Add r-cran-numderiv to Recommends and test Depends
-- Andreas Tille <tille at debian.org> Fri, 08 Aug 2014 18:15:23 +0200
diff --git a/control b/control
index c3f4f60..f0a8640 100644
--- a/control
+++ b/control
@@ -22,6 +22,7 @@ Depends: ${shlibs:Depends},
r-cran-expm,
r-cran-mvtnorm,
r-cran-survival
+Recommends: r-cran-numderiv
Description: GNU R Multi-state Markov and hidden Markov models in continuous time
Functions for fitting general continuous-time Markov and hidden Markov
multi-state models to longitudinal data. Both Markov transition rates and the
diff --git a/tests/control b/tests/control
index dff3542..1391f50 100644
--- a/tests/control
+++ b/tests/control
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, @builddeps@, r-cran-runit
+Depends: @, @builddeps@, r-cran-runit, r-cran-numderiv
Restrictions: allow-stderr
diff --git a/tests/run-unit-test b/tests/run-unit-test
index 89d4120..30f80af 100644
--- a/tests/run-unit-test
+++ b/tests/run-unit-test
@@ -7,5 +7,5 @@ cd $ADTTMP
cp -a /usr/share/doc/r-cran-msm/tests/* $ADTTMP
find . -name "*.gz" -exec gunzip \{\} \;
for testx in `ls *.R` ; do
- R --no-save < $testx
+ LC_ALL=C.UTF-8 R --no-save < $testx
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-msm.git
More information about the debian-science-commits
mailing list