Kirill Müller
Kirill Müller
The impact is severe, but I'll also run with the current main branch to compare.
Actually, rerunning one more time with this branch and the broken packages.
Please open a new issue if this is still a problem.
Thanks, we need to document this better, and/or provide utilities. For now, you could use `COPY TO` like this: ```r data_sql
Thanks. This is out of scope for DBI, could be in scope for duckdb of for a utility package on top of duckdb.
This works much better in the upcoming duckplyr 1.1.0 . The hand-rolled variants shown above remain valid.
Works in duckplyr: ``` r library(tidyverse) library(duckdb) #> Loading required package: DBI con duckplyr::compute_parquet("my_tbl.parquet") #> # A duckplyr data frame: 1 variable #> a #> #> 1 1 duckplyr_parquet #...
As mentioned in #905, we first need https://github.com/igraph/rigraph/issues/906 to handle this in a nice way.
Real-world use case: https://github.com/patperry/r-utf8/pull/72/files#diff-37deacfbc7e0b33ac42e8972fc42ce2ef9221f43339ea72e28249c07083157cf I wonder why the width measurements seem to be off here. Arguably, this is an edge case.
The work here could also be turned into a lighter-weight knitr engine. I wonder if there's value in showing the input too.