dwww Home | Show directory contents | Find package

source("helper/helper.R")

if (exists("dir.exists", envir = baseenv())) {
  f = get("dir.exists", envir = baseenv())
  expect_same = makeCompareFun(f, backports:::dir.exists)

  expect_same(tempdir())
  expect_same(tempfile())
  expect_same(rep.int(tempdir(), 2))
  expect_same(TRUE)
}

Generated by dwww version 1.15 on Thu May 23 22:39:36 CEST 2024.