tests/testthat/test_new_ezmmek_sat_fit_isc_dirty.R

library(testthat)
library(ezmmek)

test_that("csv files do not align with method", {
  expect_error(test <- new_ezmmek_sat_fit("test_data/tyson_std_04172020.csv",
                                          "test_data/tyson_sat_german_04172020.csv",
                                          std_type,
                                          site_name,
                                          substrate_type,
                                          method = "isc")
  )
})

Try the ezmmek package in your browser

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

ezmmek documentation built on Aug. 28, 2020, 9:06 a.m.