tidyverse / haven

Read SPSS, Stata and SAS files from R
https://haven.tidyverse.org
Other
423 stars 115 forks source link

Use `abort()` instead of `stop()` for error messaging #661

Closed gorcha closed 2 years ago

gorcha commented 2 years ago

In line with current tidyverse best practices we should use rlang::abort() for error messaging instead of stop().

hadley commented 2 years ago

See also usethis::use_tidy_upkeep_issue() if you want to get a comprehensive check-list of tidyverse best practices.