tests/testthat/test-calls.R

context("Function calls")

test_that("function calls are OK", {

  f <- function() print()
  expect_equal(cyclocomp(f), 1)

})

Try the cyclocomp package in your browser

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

cyclocomp documentation built on Aug. 31, 2023, 1:09 a.m.