Archive for April, 2011

When Warnings Don’t Print in R

When you’re running R from the command line (using Rscript), sometimes you might get a message saying that warnings have occurred but weren’t printed to the screen. Sometimes you need to worry about the warnings, and sometimes you don’t. That’s why they’re warnings and not errors. Anyway, when you get that message, you can try [...] Read more »