Codebase list r-cran-doparallel / 3a9e42a
Inject another precondition to test BioCOnductor modules Andreas Tille 9 years ago
11 changed file(s) with 90 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Notes on how this package can be tested.
1 ────────────────────────────────────────
2
3 To run the unit tests provided by the package you can do
4
5 sh run-unit-test
6
7 in this directory.
0 r-cran-doparallel (1.0.8-1) UNRELEASED; urgency=low
1
2 * Initial release (closes: #???)
3
4 -- Andreas Tille <tille@debian.org> Mon, 30 Jun 2014 11:47:43 +0200
0 Source: r-cran-doparallel
1 Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
2 Uploaders: Andreas Tille <tille@debian.org>
3 Section: gnu-r
4 Priority: optional
5 Testsuite: autopkgtest
6 Build-Depends: debhelper (>= 9),
7 cdbs,
8 r-base-dev,
9 r-cran-iterators,
10 r-cran-foreach
11 Standards-Version: 3.9.5
12 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-doparallel/trunk/
13 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-doparallel/trunk/
14 Homepage: http://cran.r-project.org/web/packages/doParallel
15
16 Package: r-cran-doparallel
17 Architecture: any
18 Depends: ${shlibs:Depends},
19 ${R:Depends},
20 r-cran-iterators,
21 r-cran-foreach
22 Description: GNU R foreach parallel adaptor for the parallel package
23 This GNU R package provides a parallel backend for the %dopar% function
24 using the parallel package.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: doParallel
2 Upstream-Contact: Revolution Analytics <packages@revolutionanalytics.com>
3 Source: http://cran.r-project.org/web/packages/truncnorm/
4
5 Files: *
6 Copyright: 2012-2014 Revolution Analytics, Steve Weston
7 License: GPL-2+
8
9 Files: debian/*
10 Copyright: 2014 Andreas Tille <tille@debian.org>
11 License: GPL-2+
12
13 License: GPL-2+
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 2 of the License, or
17 (at your option) any later version.
18 .
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 .
27 On Debian systems, the complete text of the GNU Public
28 License can be found in `/usr/share/common-licenses/GPL-2'.
29
0 debian/README.test
1 debian/tests/run-unit-test
2 tests
0 #!/usr/bin/make -f
1
2 include /usr/share/R/debian/r-cran.mk
0 3.0 (quilt)
0 Tests: run-unit-test
1 Depends: @, r-cran-runit
2 Restrictions: allow-stderr
0 #!/bin/sh -e
1
2 pkg=r-cran-doparallel
3 if [ "$ADTTMP" = "" ] ; then
4 ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
5 fi
6 cd $ADTTMP
7 R CMD BATCH /usr/share/doc/${pkg}/tests/doRUnit.R
8 rm -f $ADTTMP/*
0 version=3
1 http://cran.r-project.org/src/contrib/doParallel_([-\d.]*)\.tar\.gz