#!/bin/sh -e

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

