| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-14 | 646 Bytes | |
| readr 2.1.6 source code.tar.gz | 2025-11-14 | 335.1 kB | |
| readr 2.1.6 source code.zip | 2025-11-14 | 456.1 kB | |
| Totals: 3 Items | 791.8 kB | 0 | |
-
locale(encoding =)now warns, instead of errors, when theencodingcannot be found in the return value oficonvlist(). The motivation is to remove an unnecessary blocker on platforms, such as Alpine Linux, where the output oficonvlist()does not reflect the actual capabilities (@bastistician, [#1537]). -
Help files below
man/have been re-generated, as part of the effort to support HTML reference manuals on CRAN. -
readr no longer uses
SETLENGTH(),SET_TRUELENGTH(), orSET_GROWABLE_BIT(). This change improves C API compliance, with a small performance cost affecting only the legacy first edition parser.