tests/testthat/test_new_ezmmek_act_group_ibc_clean.R

library(testthat)
library(ezmmek)

test_that("make ezmmek object", {
  expect_s3_class(test <- new_ezmmek_act_group("test_data/tyson_sat_german_04172020.csv",
                                               std_type,
                                               site_name,
                                               substrate_type,
                                               method = "ibc"),
                  c("new_ezmmek_act_group", "data.frame"),
                  exact = TRUE)
})

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.