#!/bin/sh -e

# This test throws a lot of 
#   Error in loadNamespace(name) : there is no package called 'pkgconfig'
# messages.  I have no idea why since the string pkgconfig can not be found via grep
# So leave out this test

LC_ALL=C R --no-save -e 'BiocGenerics:::testPackage("GenomicFeatures")'
