inst/tinytest/test-template.R

local({
  dir <- tempdir()
  if (!dir.exists(dir)) {
    dir.create(dir)
  }
  expect_silent(pkg_template(dir, "testname"))
})

Try the armadillo4r package in your browser

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

armadillo4r documentation built on June 12, 2026, 5:06 p.m.