grunwaldlab / Reproducible-science-in-R

This site provides information on conducting reproducible science using the R language.
http://grunwaldlab.github.io/Reproducible-science-in-R/
13 stars 8 forks source link

Change examples for warnings, messages, errors #6

Closed zkamvar closed 8 years ago

zkamvar commented 8 years ago

I added a situation in which users might face both warnings and messages in the same analysis. This way, the users have some sort of context as opposed to the naked functions that produce the output, which they will almost never encounter unless they write production code.

Is this okay with you, @zachary-foster?