tests/testthat/test-def_minerals.R

test_that("def_minerals works", {
  rmacrostrat_test_checks(fn = def_minerals,
                          check_args = list(mineral_type = "element"),
                          fail_args = list(# wrong argument
                                           mineral_group = 70,
                                           # wrong type
                                           mineral_type = 1),
                          warn_args = list(mineral_type = "test"),
                          col_no = 11, check_null = TRUE)
})

Try the rmacrostrat package in your browser

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

rmacrostrat documentation built on Oct. 18, 2024, 5:10 p.m.