tests/testthat/test_initialisation.R

library(medfateland)
# 
# test_that("Can build from forestables",{
#   testthat::skip_on_ci()
#   testthat::skip_on_cran()
#   library(forestables)
#   ifn4_example <- ifn_output_example |>
#     dplyr::filter(version == "ifn4")
#   expect_s3_class(parse_forestable(ifn4_example[1:4,]), "sf")
#   expect_s3_class(parse_forestable(ifn4_example[1:4,], keepUnfilteredCopy = TRUE), "sf")
# })

Try the medfateland package in your browser

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

medfateland documentation built on June 8, 2025, 11:13 a.m.