tests/testthat/test-RcppExports.R

test_that("rcpp_sum_of_minima_triangle", {
  expect_equal(2 * 2, 4)
})

test_that("rcpp_sum_of_minima_full", {
  expect_equal(2 * 2, 4)
})

test_that("rcpp_double_sum_triangle", {
  expect_equal(2 * 2, 4)
})

test_that("rcpp_double_sum_full", {
  expect_equal(2 * 2, 4)
})

Try the tame package in your browser

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

tame documentation built on April 12, 2025, 1:40 a.m.