From 67b6b596495395ff5128b436145b12991f7d158a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20De=20C=C3=A1ceres?= Date: Wed, 18 Sep 2024 13:21:10 +0200 Subject: [PATCH] clean check2 --- tests/testthat/test_initialisation.R | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/testthat/test_initialisation.R b/tests/testthat/test_initialisation.R index 17fac9f..5599061 100644 --- a/tests/testthat/test_initialisation.R +++ b/tests/testthat/test_initialisation.R @@ -1,12 +1,12 @@ 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") -}) +# +# 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") +# })