tests/testthat/test-deprecated.R

test_that('Deprecated functions produce errors when they are called', {
    expect_error(read_tdl_file())
    expect_error(read_licor_file())
    expect_error(check_licor_data())
    expect_error(calculate_arrhenius())
    expect_error(calculate_peaked_gaussian())
})

Try the PhotoGEA package in your browser

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

PhotoGEA documentation built on April 11, 2025, 5:48 p.m.