Skip to content

Omit special handling for readr <2.0.0#237

Merged
bguiastr merged 1 commit into
UUPharmacometrics:masterfrom
jennybc:no-more-read-table2
Nov 23, 2025
Merged

Omit special handling for readr <2.0.0#237
bguiastr merged 1 commit into
UUPharmacometrics:masterfrom
jennybc:no-more-read-table2

Conversation

@jennybc
Copy link
Copy Markdown
Contributor

@jennybc jennybc commented Nov 20, 2025

The read_table2() function will be removed in the next release of readr. It has been deprecated for over 4 years, since readr v2.0.0 (2021-07-20). Since that time, it has just been aliased to read_table() anyway. This PR removes explicit handling for readr <2.0.0, which seems like a reasonable approach, but you may have another solution.

This is part of a bigger effort to advance a bunch of deprecation processes that started 4+ years ago: tidyverse/readr#1600. I released readr v2.1.6 on 2025-11-14 and have no immediate plans for another release. I just wanted to advance these deprecations right away, to give downstream dependencies plenty of time to adjust.

I am also sending an email to the maintainer listed in DESCRIPTION.

@bguiastr bguiastr merged commit 3de02f1 into UUPharmacometrics:master Nov 23, 2025
8 of 9 checks passed
@bguiastr
Copy link
Copy Markdown
Collaborator

Thank you for the heads'up & PR!

bguiastr added a commit that referenced this pull request Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants