Skip to content
Prev 345816 / 398502 Next

Why would something work in R but not Rscript?

When using Rscript, the 'methods' package is not loaded/attached by
default, which it is when you use R.  See ?Rscript for details.  For
any scripts intended for batch usage, the safest is to only assume
that 'base' is attached, but nothing else.

/Henrik
On Wed, Nov 19, 2014 at 10:03 AM, Ben Tupper <ben.bighair at gmail.com> wrote: