X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=pkg%2Ftests%2Ftestthat.R;h=3b2853822bce9ef17fffadc7178a15dc4cec94c7;hb=44559add0e38058d9ce539c4b91246e4a088f67a;hp=539a5655a98069abef37b059e424d0d5ba066ce6;hpb=cbd88fe5729bf206a784238a2637aa60e697fcdc;p=morpheus.git diff --git a/pkg/tests/testthat.R b/pkg/tests/testthat.R index 539a565..3b28538 100644 --- a/pkg/tests/testthat.R +++ b/pkg/tests/testthat.R @@ -1,5 +1,10 @@ library(testthat) -#library(morpheus) -load_all() + +# Locally: +#library(devtools) +#load_all("../") + +# With R CMD check: +library(morpheus) test_check("morpheus")