1 2 3 4 5 6 7 8 9 10 11 12 13
|
Author: Andreas Tille <[email protected]>
Last-Update: Wed, 26 Feb 2020 11:29:07 0100
Description: Add missing testthat control file
--- /dev/null
b/tests/testthat.R
@@ -0,0 1,6 @@
### to also run skip_on_cran() tests, uncomment:
#Sys.setenv(NOT_CRAN="true")
library(testthat)
library(robumeta)
test_check("robumeta", reporter="summary")
|