Hide Warnings in R

I've made a presentation about FRBF, an algorithm that I've just implemented in R, and I've used a small trick: I've hidden the warnings.

This is useful for demos and presentations because this way people are not distracted by non-relevant information and they can focus on what is really important.

All that is required is to use options(warn=-1) in the beginning of the script.

./M6