stRoke/tests/testthat/test-index_plot.R

4 lines
117 B
R
Raw Normal View History

test_that("multiplication works", {
testthat::expect_type(index_plot(stRoke::score[score$event=="A",]), "list")
})