Skip to content

Commit

Permalink
clean check2
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Sep 18, 2024
1 parent f3cc0d4 commit 67b6b59
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/testthat/test_initialisation.R
Original file line number Diff line number Diff line change
@@ -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")
# })

0 comments on commit 67b6b59

Please sign in to comment.