Adjustments to pass R CMD check --as-cran
[morpheus.git] / pkg / tests / testthat.R
index 539a565..3b28538 100644 (file)
@@ -1,5 +1,10 @@
 library(testthat)
-#library(morpheus)
-load_all()
+
+# Locally:
+#library(devtools)
+#load_all("../")
+
+# With R CMD check:
+library(morpheus)
 
 test_check("morpheus")