/usr/share/doc/r-bioc-genomicranges/README.test is in r-bioc-genomicranges 1.16.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | 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
require("GenomicRanges") || stop("unable to load GenomicRanges package")
GenomicRanges:::.test()
EOT
in order to confirm its integrity.
|