tests/test-all.R

################################################################################
### Unit tests for the package
## Reference: http://adv-r.had.co.nz/Testing.html
## See the testthat subdirectory for actual test code
## Created on: 2014-06-01
## Author: Kazuki Yoshida
################################################################################


### Run all tests
################################################################################
library(testthat)
test_check("distributed")
kaz-yos/distributed documentation built on May 27, 2019, 4:50 a.m.