Kirill Müller

Results 2418 comments of Kirill Müller

Thanks. Can you reproduce the error when running the generated codes directly? I wonder if this can be turned into a simple `.sql` file that shows the same behavior with...

Thanks. The current valgrind run looks green, though: https://github.com/duckdb/duckdb-r/actions/runs/18250074241, brought into main.

The original use case was a data set with a column with varying-type data. ``` r library(tidyverse) variant_data pivot_wider() #> # A tibble: 2 × 3 #> key a b...

Thanks, good catch. Not sure how this relates to the valgrind errors, though.

What exactly do the valgrind CRAN checks show that relates to the code this PR changes?

How did `devtools::document()` work without `markdown = TRUE` in `DESCRIPTION` ?

Thanks. Do you need to also set `temp_directory` ? https://duckdb.org/docs/stable/configuration/overview.html It's difficult to help without a truly reproducible example. Our `dbWriteTable()` implementation may have room for improvement.