1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by running the provided test:
LC_ALL=C R --no-save <<EOT
BiocGenerics:::testPackage("BiocParallel")
EOT
in order to confirm its integrity. Make sure you have installed
the recommended package r-cran-doparallel before running the test.
Please note: Rmpi is not packaged for Debian yet. So two tests
requiring this package have been deleted from the test suite.
-- Andreas Tille <tille@debian.org> Mon, 30 Jun 2014 09:17:49 +0200
|