Nothing
test_that("read_config works on local hubs", {
expect_snapshot(
read_config(
hub_path = system.file("testhubs", "simple", package = "hubUtils")
)
)
expect_snapshot(
read_config(
hub_path = system.file("testhubs", "simple", package = "hubUtils"),
config = "admin"
)
)
expect_snapshot(
read_config(
hub_path = system.file("testhubs", "simple", package = "hubUtils"),
config = "model-metadata-schema"
)
)
})
test_that("read_config works on S3 cloud hubs", {
skip_if_not(arrow::arrow_with_s3())
expect_snapshot(
read_config(
hub_path = suppressMessages(
arrow::s3_bucket("hubverse/hubutils/testhubs/simple/")
)
)
)
})
test_that("read_config_file works", {
expect_snapshot(
read_config_file(
system.file("config", "tasks.json", package = "hubUtils")
)
)
})
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.