docker run --rm-it-v"$(pwd):/workspace"-w /workspace duckdb/duckdb
Installation Script (Alpha)
You can now install DuckDB with a script from an administrative PowerShell terminal. Please note that this script is an alpha implementation and exercise cautioen when using it.
Installing from the Posit Public Package Manager (Linux)
options(HTTPUserAgent=sprintf("R/%s R (%s)",getRversion(),paste(getRversion(),R.version["platform"],R.version["arch"],R.version["os"])))install.packages("duckdb",repos="https://p3m.dev/cran/__linux__/manylinux_2_28/latest/")