tests/testthat/test-strToNumber.R

test_that("strToNumber converts apporpiately", {
  expect_true(is.integer(strToNumber("123L")))
  expect_identical(strToNumber("65L"), 65L)
  expect_true(is.numeric(strToNumber("412")))
  expect_identical(strToNumber("734534"), 734534)
})

Try the cvCovEst package in your browser

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

cvCovEst documentation built on May 29, 2024, 5:51 a.m.