tests/testthat/test-utils.R

test_that("seq_circle() works", {
  expect_equal(seq_circle(0), list())
  expect_equal(seq_circle(1), list(c(1, 0)))
})

Try the rgudhi package in your browser

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

rgudhi documentation built on March 31, 2023, 11:38 p.m.