1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
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("annotate")
EOT
in order to confirm its integrity. However, to successfully run this
testsuite you need to install the BioConductor database org.Hs.eg.db.
Since this database is not (yet) packaged there is not autopkgtest.
-- Andreas Tille <tille@debian.org> Sat, 09 May 2015 07:35:37 +0200
|