Nothing
test_that("Whole workflow works consistently", {
skip_on_ci()
meta <- base::readRDS(testthat::test_path("testdata", "data-meta.rds"))
btf <- base::readRDS(testthat::test_path("testdata", "data-query.rds"))
# Beta diversity metrics
expect_snapshot({
set.seed(42)
gridding(meta, btf) %>%
resampling(measure = "ABUNDANCE", resamps = 1L) %>%
getBetaMetrics(measure = "ABUNDANCE") %>%
getLinearRegressions(divType = "beta")
})
expect_snapshot({
set.seed(42)
gridding(meta, btf) %>%
resampling(measure = "BIOMASS", resamps = 1L) %>%
getBetaMetrics(measure = "BIOMASS") %>%
getLinearRegressions(divType = "beta")
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.