tests/rsp_tests_online.R

# Find all RSP files
path <- system.file("rsp_tests_online", package="R.rsp")
pathnames <- list.files(path=path, pattern="[.]R$", full.names=TRUE)
pathnames <- pathnames[file_test("-f", pathnames)]

for (kk in seq_along(pathnames)) {
  source(pathnames[kk], echo=TRUE)
}

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.