#!/bin/sh -e

LC_ALL=C R --no-save <<EOT
library(testthat)
library(bio3d)
test_package("bio3d")
EOT

