tests/testthat/test-readdata_example.R

context("test-readdata_example")
library(plotGrouper)

testthat::test_that("readData_example works", {
  testthat::skip_on_os("windows")
  f <- plotGrouper::readData_example(path = "iris.xlsx")
  testthat::expect_is(f, class = "character")
})

Try the plotGrouper package in your browser

Any scripts or data that you put into this service are public.

plotGrouper documentation built on Nov. 8, 2020, 5:25 p.m.