mllg / batchtools

Tools for computation on batch systems
https://mllg.github.io/batchtools/
GNU Lesser General Public License v3.0
171 stars 51 forks source link

Allow warnings to be treated as warnings only, not errors #193

Closed ryananeff closed 6 years ago

ryananeff commented 6 years ago

Currently cannot treat warnings as warnings, even when setting options(warn=1).

mllg commented 6 years ago

I cannot follow. I have a test for this where the warning is treated as a regular warning. Can you provide an example where you encounter problems or give some additional information?

mllg commented 6 years ago

Possibly related to #195, closing. Re-open if you still encounter problems with the devel release of withr.