#!/bin/sh -e

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

