-
Notifications
You must be signed in to change notification settings - Fork 14
How to Run Test
Kei Saito edited this page May 20, 2016
·
1 revision
1). On R, set the current working dir to the checked out repository. For example;
setwd("/Users/kei/Documents/gitrepos/exploratory_func")
2). Run devtools::test
> devtools::test()
Loading exploratory
Loading required package: testthat
Testing exploratory
test broom wrappers: ...
test model builders: ......
DONE ===========================================================================================================================