ipums / ipumsr

Request, download, and read IPUMS data in R
https://tech.popdata.org/ipumsr/
Mozilla Public License 2.0
20 stars 4 forks source link

ipumsr and tidyselect 1.2.1 #71

Closed lionel- closed 6 months ago

lionel- commented 6 months ago

The next version of tidyselect that I'm about to release will cause CRAN failures for ipumsr because its tests are checking for exact matches of error messages generated in tidyselect and these have now changed. Since error message contents aren't part of the tidyselect API, could you please use testthat snapshots instead?

robe2037 commented 6 months ago

Will do—thanks for the heads-up.

@dtburk I will probably go ahead and update to testthat 3e as part of this fix.