tests/testthat/test-Recipe.R

test_that("loading recipe file", {
  filename <- ATE.sampleFiles("rcp$")[1]
  df <- ATE.readRecipe(filename)
  expect_equal(nrow(df),2)
  expect_equal(df$pre_vacuum_pressure[1],1e-6)
})

Try the angstromATE package in your browser

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

angstromATE documentation built on Sept. 25, 2026, 1:07 a.m.