tests/testthat/fixtures/make_base_models.R

# Make basic data for faster testing

base_dat <- testhelp_make_dat()
base_proflux <- pro_flux(base_dat)


saveRDS(base_dat, testthat::test_path("fixtures", "base_dat.rds"))
saveRDS(base_proflux, testthat::test_path("fixtures", "base_proflux.rds"))

Try the ConFluxPro package in your browser

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

ConFluxPro documentation built on Aug. 8, 2025, 7:01 p.m.