tests/testthat/test-current.R

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
  )
})

Try the otelsdk package in your browser

Any scripts or data that you put into this service are public.

otelsdk documentation built on Sept. 10, 2025, 10:32 a.m.