Nothing
targets::tar_test("tar_read_archive() works", {
tar_make_archive(
package = "tarchives",
pipeline = "example-model"
)
expect_s3_class(
tar_read_archive(
model,
package = "tarchives",
pipeline = "example-model"
),
"lm"
)
})
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.