Thanks for your interest in Segue, Vic.
I'm not completely sure what's going on, but I'm able to reproduce the
error. It was pointed out to me earlier today in this stackoverflow
question:
http://stackoverflow.com/questions/10773680/emrlapply-of-segue-package-doesnt-work-on-simple-task
Here's what I've figured out so far:
No jobs are actually running on the EMR server. When an R job starts
one of the things it does first is load a few packages. One of those,
bitops, a dependance for caTools, is failing because of lack of a
namespace. That appears to be a symptom of some other issues. So I'm
trying to figure out what has changed recently that might cause this.
When I get it figured out I'll post an answer on stackoverflow and
also to this mailing list.
-J