krlmlr / duckdbneo

New Bindings for the DuckDB Database Management System
Other
10 stars 0 forks source link
adbc duckdb r

duckdbneo

Lifecycle: experimental

The overarching goal of duckdbneo is to rethink how duckdb is installed and used in R.

Installation

You can install the development version of duckdbneo like so:

# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
pak::pak("krlmlr/duckdbneo")

Goals

Non-goals