Skip to content

Commit 64d245b

Browse files
committed
prepared package for automated testing
1 parent d3493f0 commit 64d245b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/testthat.R

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
library(testthat)
2+
library(modelviz)
3+
4+
test_check("modelviz")

tests/testthat/test-placeholder.R

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
context("Placeholder test")
2+
3+
test_that("Placeholder", {
4+
expect_true(TRUE)
5+
})

0 commit comments

Comments
 (0)