inst/testfiles/sall.r

#!/usr/bin/Rscript
source("prolog.r")

testfiles <- Sys.glob("*.R")
for(f in testfiles){
  print(f)
  test.file(f,verbose=FALSE)
}

Try the inlinedocs package in your browser

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

inlinedocs documentation built on May 2, 2019, 4:44 p.m.