baumer-lab / fertile

creating optimal conditions for reproducibility
GNU General Public License v3.0
52 stars 4 forks source link

stop() calls need .call = FALSE #23

Closed hadley closed 6 years ago

hadley commented 6 years ago

Or, better, use rlang::abort() — this avoids repeating the function name in the error message.