1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-20 15:33:14 +02:00

add tests using testthat

This commit is contained in:
2018-03-27 17:43:42 +02:00
parent c26839b08e
commit 6f7730dcaa
19 changed files with 231 additions and 17 deletions

4
tests/testthat.R Normal file
View File

@ -0,0 +1,4 @@
library(testthat)
library(AMR)
test_check("AMR")