tests/testthat/test-mlewb.R

test_that("test-mlewb", {
  x <- rtpwb(20,2,3,1)
  y <- x
  expect_equal(mlewb(x,2,3,1), mlewb(y,2,3,1))
})

Try the tpwb package in your browser

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

tpwb documentation built on May 29, 2024, 3:12 a.m.