Adjustments to pass R CMD check --as-cran
[morpheus.git] / pkg / tests / testthat.R
CommitLineData
cbd88fe5 1library(testthat)
cf673dee
BA
2
3# Locally:
4#library(devtools)
5#load_all("../")
6
7# With R CMD check:
8library(morpheus)
cbd88fe5
BA
9
10test_check("morpheus")