tests/FileByteVector.R

library("R.huge")

if ("covr" %in% loadedNamespaces())
  options("R.utils::onNonSeekable"="warning")

pathname <- tempfile(fileext=".bin")

apd <- FileByteVector(pathname, length=10L)
print(apd)
close(apd)

if (file.exists(pathname)) file.remove(pathname)
HenrikBengtsson/R.huge documentation built on Jan. 31, 2024, 8:12 a.m.