tests/include,recursive.R

library("R.rsp")

path <- system.file("rsp_tests", package="R.rsp")
pathname <- file.path(path, "recursive.txt.rsp")
print(pathname)

R.utils::withTimeout({
  res <- try({ rcat(file=pathname) })
  stopifnot(inherits(res, "try-error"))
}, timeout=30L)

Try the R.rsp package in your browser

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

R.rsp documentation built on June 28, 2022, 1:05 a.m.