chainsawriot
chainsawriot
@HedvigS You might consider [`minty`](https://github.com/gesistsa/minty), if `type_convert()` is the only function which you use.
And actually this works. ```r readtext:::get_csv(temp_csv, text_field = "post", sep = ";", encoding = getOption("encoding"), docid_field = NULL) ``` https://github.com/quanteda/readtext/blob/d480d9c55f2d4192519cb4a67309075e66023638/R/readtext.R#L267 But this line hard-codes `sep` to comma for csv.
@BenoitLondon Thank you for the benchmark. As you asked the why question: long story short of #315 , we wanted Parquet support by default. At first, R 1.0.0 with `arrow`....
https://github.com/tidyverse/readr/blob/96ddac314b47402bc63e1f81c149c463cf58e3da/src/QiParsers.h#L157-L181 And `vroom` doesn't use qiparser
Just wanna tag this issue here gesistsa/rio#424 Which is the same: failing the building of vignettes that have `error = TRUE` code blocks.
@krlmlr At least that's what I did. [gesistsa/rio#424](https://github.com/gesistsa/rio/commit/588971f7c5558805c1e7efc2f89cc0e1f245a4c7)