tests/testthat/test-function.R

context("Functions")

test_that("function definitions work", {

  f <- function() function() "foo"
  expect_equal(cyclocomp(f), 1)

  f <- function() function(ok) ok
  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.