all: # Batch run the "example-script.R" file # library(methods) needed because CodeDepends does not import it? Rscript -e 'library(methods); library(safemode); safemode(infile="example-script.R")' > example-script.out Rscript transform.R Rscript -e 'library(knitr); knit("safemode.Rhtml")'