Nothing
test_that("env vars are current for otel spec", {
skip_on_cran()
# If this fails, then you need to update docs.R, the version number
# there, and also the support status of the new or modified enviromnent
# variables, if any.
expect_snapshot(
gh::gh(
"https://api.github.com/repos/{owner}/{repo}/releases/latest",
owner = "open-telemetry",
repo = "opentelemetry-specification"
)$tag_name
)
})
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.