dwww Home | Show directory contents | Find package

source("helper/helper.R")

f = backports:::isFALSE
expect_identical(f(FALSE), TRUE)
expect_identical(f(TRUE), FALSE)
expect_identical(f(1), FALSE)
expect_identical(f(iris), FALSE)
expect_identical(f(structure(FALSE, foo = "bar")), TRUE)

Generated by dwww version 1.15 on Sat May 18 11:34:46 CEST 2024.