The error message you are getting makes it rather clear what the problem is.
R is unable to find the function 'hasArg'. As the hasArg function is part
of the package 'methods', a solution would be to put require(methods) at the
beginning of your script.
For whatever reason, loading R via Rscript
Greetings,
I have submitted a bug report / wish to the R Bug tracker
(https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14939), but I'd like to
make this request here as well. Essentially, I was wondering if it would be
possible to add another c routine to be called by as.TclObj for raw vect