tests/testthat/test-plot.R

test_that("Loading example data", {
  example_path = system.file("extdata", package = "growR")
  example_data = file.path(example_path, "posieux1.csv")
  expect_no_error(load_measured_data(c(example_data)))
})

Try the growR package in your browser

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

growR documentation built on May 29, 2024, 9:12 a.m.