duckdb-r icon indicating copy to clipboard operation
duckdb-r copied to clipboard

The duckdb R package

Results 83 duckdb-r issues
Sort by recently updated
recently updated
newest added

```r con Error: rapi_prepare: Unknown column type for prepare: INTEGER[3] ```

feature
help wanted :heart:

In my scripts where I connect to a duckdb, I oftentimes get the warning `Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this.`. When I use duckdb in...

reprex

Hello everyone, I have encountered an issue while trying to import a CSV file using DuckDB in R. I am using the duckdb_read_csv function to read the CSV file into...

feature
help wanted :heart:

I have been having trouble with timestamps and microseconds with duckdb 0.7.1 in R 4.1.2 (https://stackoverflow.com/questions/78187731/support-microseconds-when-storing-posixct-column-in-duckdb-file) I thought I'd try the latest build to try to address it, but CRAN...

Not sure but latest release was failing for me using stand install and command line: Error in system(sprintf("%s -Pg %s", nm, shQuote(f)), intern = TRUE) : '""' not found command...

To reproduce: - Clone https://github.com/krlmlr/r-4-duckdb - Run `docker run --rm -ti --platform linux/amd64 -v $(pwd):/test ghcr.io/krlmlr/r-4-duckdb:main R -q -f test/test.R` Symptoms: ``` > duckdb::dbAppendTable(con, "test_list", test_list_tbl) Error: C stack usage...

bug

Hello, it seems that the simple operation is not working as shown on the manual: https://duckdb.org/docs/api/r#dbplyr Here is my reprex for both formats: ``` r library(duckdb) #> Loading required package:...

documentation

``` curl -I https://cran.r-project.org/bin/macosx/big-sur-arm64/contrib/4.3/duckdb_0.9.2-1.tgz ... Content-Length: 85023346 ``` The file is over 80 MB. When unpacked, it contains ca. 300 MB of debug symbols (`duckdb.so.dSYM`). We should investigate whether it...

From https://github.com/duckdb/duckdb-r/issues/55#issuecomment-2012742409: Perhaps not a complete summary, but: - Right now when a database result contains a column that comes from the DuckDB spatial extension, it shows up in Arrow...

After https://github.com/duckdb/duckdb/pull/11252 . Check with valgrind on rhub2.