#!/bin/sh -e

# Some test might fail due to changes in ensembl data sources
# see http://lists.alioth.debian.org/pipermail/debian-med-packaging/2014-October/030474.html

LC_ALL=C R --no-save <<EOT
require("GenomicFeatures")
GenomicFeatures:::.test()
EOT

