tests/testthat/test-job.R

test_that("jobs can be run", {
  skip_on_cran()
  encoded <- job(function() { renv_base64_encode("hello") })
  expect_equal(encoded, "aGVsbG8=")
})

Try the renv package in your browser

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

renv documentation built on Jan. 16, 2026, 5:08 p.m.