tests/testthat/test-rcpp-canary.R

# Day 15 toolchain canary, lifted to a test.

test_that("RcppArmadillo canary reports correct trace", {
  msg <- cevcmm_rcpp_check()
  expect_type(msg, "character")
  expect_match(msg, "^OK")
  expect_match(msg, "trace.* 3")
})

Try the cevcmm package in your browser

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

cevcmm documentation built on July 24, 2026, 5:07 p.m.