After monitoring disk usage and watching the size of my /tmp folder increase steadily with each new big.matrix, I finally noticed the line in the package description about these not being deleted automatically until the R session is closed. I'm not even sure if this is possible, but if it is, it would be nice if we were able to automatically remove anonymous backing files after the R-object is deleted and gc() is called. Just something to think about.