tests/testthat/test-dummy.R

context("dummy")

test_that("mode in value equal mode x", {
  x <- rnorm(4L)
  y <- 5.
  expect_equal(mode(x), mode(y))
})

Try the autoBagging package in your browser

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

autoBagging documentation built on May 2, 2019, 7:30 a.m.