[med-svn] r17208 - in trunk/packages/R/r-cran-matrixstats/trunk/debian: . tests
Andreas Tille
tille at moszumanska.debian.org
Wed Jun 18 07:28:49 UTC 2014
Author: tille
Date: 2014-06-18 07:28:33 +0000 (Wed, 18 Jun 2014)
New Revision: 17208
Modified:
trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog
trunk/packages/R/r-cran-matrixstats/trunk/debian/control
trunk/packages/R/r-cran-matrixstats/trunk/debian/docs
trunk/packages/R/r-cran-matrixstats/trunk/debian/tests/run-unit-test
Log:
Dependency r-cran-r.methodss3 is now available, fixed test
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog 2014-06-17 23:09:29 UTC (rev 17207)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/changelog 2014-06-18 07:28:33 UTC (rev 17208)
@@ -1,6 +1,5 @@
r-cran-matrixstats (0.10.0-1) UNRELEASED; urgency=low
* Initial release (Closes: #)
- TODO: Needs http://cran.r-project.org/web/packages/R.methodsS3/index.html
-- Andreas Tille <tille at debian.org> Wed, 21 May 2014 13:01:34 +0200
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/control 2014-06-17 23:09:29 UTC (rev 17207)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/control 2014-06-18 07:28:33 UTC (rev 17208)
@@ -1,12 +1,13 @@
Source: r-cran-matrixstats
-Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
XS-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
- r-base-dev (>= 3.0.0)
+ r-base-dev,
+ r-cran-r.methodss3
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-matrixstats/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-matrixstats/trunk/
@@ -15,9 +16,10 @@
Package: r-cran-matrixstats
Architecture: any
Depends: ${shlibs:Depends},
- ${R:Depends}
+ ${R:Depends},
+ r-cran-r.methodss3
Description: GNU R methods that apply to rows and columns of a matrix
- This packages provides methods operating on rows and columns of
+ This package provides methods operating on rows and columns of
matrices, e.g. col/rowMedians() and col/rowRanks(). There are also some
vector-based methods, e.g. anyMissing(), weightedMedians(), and
binMeans(). The objective is to have all methods being optimized for
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/docs 2014-06-17 23:09:29 UTC (rev 17207)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/docs 2014-06-18 07:28:33 UTC (rev 17208)
@@ -1,2 +1,3 @@
debian/README.test
debian/tests/run-unit-test
+tests
Modified: trunk/packages/R/r-cran-matrixstats/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-matrixstats/trunk/debian/tests/run-unit-test 2014-06-17 23:09:29 UTC (rev 17207)
+++ trunk/packages/R/r-cran-matrixstats/trunk/debian/tests/run-unit-test 2014-06-18 07:28:33 UTC (rev 17208)
@@ -5,7 +5,7 @@
ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $ADTTMP
-cp /usr/lib/R/site-library/matrixStats/tests/* $ADTTMP
+cp /usr/share/doc/${pkg}/tests/* $ADTTMP
for runtest in `ls *.R` ; do
R --no-save < $runtest
done
More information about the debian-med-commit
mailing list