tests/testthat/test-coercion.R

context("type coercion")

test_that("type coercion works", {
  x <- as.logical(rvbern(prob = 0.5))
  expect_s3_class(x, "rv")
})

Try the rv package in your browser

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

rv documentation built on March 18, 2022, 5:55 p.m.