tests/test_file.size.R

source("helper/helper.R")

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

  expect_same(R.home())
  expect_same(file.path(R.home(), "COPYING"))
}

Try the backports package in your browser

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

backports documentation built on June 24, 2024, 5:24 p.m.