tests/testthat/test-core.R.R

context("core.R")

test_that(
  "test core functions",
  {
    expect_equal(map(abs, c(1,2,-3)), c(1,2,3))
  }
)
morloclib/rbase documentation built on Nov. 4, 2024, 8:49 a.m.