Closed hadley closed 10 years ago
Thanks @hadley - I'll update with your suggestions. I do use warn_for_status
instead of stop_for_status
, but yeah, will write something better
Ah I see you said better to stop than warn. I have been leaning towards warn in other pkgs so that when a fxn is used in a loop or apply type fxn, the process isn't stopped (users could handle that themselves, but most probably wouldn't know how). But for this package, yeah stop
instead of warning
make sense
This is untested, but:
Should also parsing for DO error messages (i.e. instead of
stop_for_status()
write something custom).