#!/bin/sh -e

export HOME=$AUTOPKGTEST_TMP

LC_ALL=C R --no-save <<EOT
BiocGenerics:::testPackage("AnnotationHub")
EOT
