I do want to run a R script (runrox.sh) containing two commands:
library(roxygen2)
roxygenize("imsbInfer")
When pasting these 2 lines into R they run with no error.
But when calling:
Rscript runrox.sh
the script produces this error:
roxygen fails with
Error: Failure in roxygen block beginning analyzeDuplicatedPeptides.R:1
could not find function "is"
Execution halted
--
Witold Eryk Wolski
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.