Skip to content

duckdb

DBI Package for the DuckDB Database Management System

v1.5.1 · Mar 25, 2026 · MIT + file LICENSE

Description

The DuckDB project is an embedded analytical data management system with support for the Structured Query Language (SQL). This package includes all of DuckDB and an R Database Interface (DBI) connector.

Downloads

132K

Last 30 days

300th

222.4K

Last 90 days

497.1K

Last year

Trend: +128.5% (30d vs prior 30d)

CRAN Check Status

9 NOTE
5 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 OK
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (9 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'duckdb/libs/x64/duckdb.dll':
  Found non-API call to R: 'R_NamespaceRegistry'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 55.8Mb
  sub-directories of 1Mb or more:
    libs  55.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 58.3Mb
  sub-directories of 1Mb or more:
    libs  57.5Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is 38.3Mb
  sub-directories of 1Mb or more:
    libs  37.5Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘R_NamespaceRegistry’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Additional Issues

Check History

NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 17, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 55.8Mb
  sub-directories of 1Mb or more:
    libs  55.1Mb
NOTE r-oldrel-macos-x86_64

package dependencies

Package suggested but not available for checking: ‘arrow’
NOTE r-oldrel-windows-x86_64

installed package size

installed size is 38.2Mb
  sub-directories of 1Mb or more:
    libs  37.4Mb
ERROR 5 OK · 4 NOTE · 4 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘ATTRIB’
This entry point may be removed soon.

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-debian-gcc

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘ATTRIB’
This entry point may be removed soon.

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
ERROR r-devel-linux-x86_64-fedora-clang

whether package can be installed

Installation failed.
See ‘/data/gannet/ripley/R/packages/tests-clang/duckdb.Rcheck/00install.out’ for details.
WARNING r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘ATTRIB’
This entry point may be removed soon.

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-macos-arm64

compiled code

File ‘duckdb/libs/duckdb.so’:
  Found non-API call to R: ‘ATTRIB’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-windows-x86_64

compiled code

File 'duckdb/libs/x64/duckdb.dll':
  Found non-API call to R: 'ATTRIB'
This entry point may be removed soon.

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 52.4Mb
  sub-directories of 1Mb or more:
    libs  51.7Mb
NOTE r-oldrel-macos-x86_64

package dependencies

Package suggested but not available for checking: ‘arrow’
NOTE r-oldrel-windows-x86_64

installed package size

installed size is 36.4Mb
  sub-directories of 1Mb or more:
    libs  35.6Mb

Reverse Dependencies (92)

Dependency Network

Dependencies Reverse dependencies DBI Andromeda DisImpact OlinkAnalyze PKbioanalysis RAGFlowChainR Rduckhts SQL TestGenerator TrialEmulation brclimr censo2017 censobr cnefetools contoso duckdbfs +77 more reverse deps duckdb

Version History

updated 1.5.1 ← 1.5.0 diff Mar 26, 2026
updated 1.5.0 ← 1.4.4 diff Mar 14, 2026
new 1.4.4 Mar 10, 2026
updated 1.4.4 ← 1.4.3 diff Jan 27, 2026
updated 1.4.3 ← 1.4.2 diff Dec 9, 2025
updated 1.4.2 ← 1.4.1 diff Nov 16, 2025
updated 1.4.1 ← 1.4.0 diff Oct 15, 2025
updated 1.4.0 ← 1.3.3 diff Sep 17, 2025
updated 1.3.3 ← 1.3.2 diff Sep 9, 2025
updated 1.3.2 ← 1.3.1 diff Jul 8, 2025
updated 1.3.1 ← 1.3.0 diff Jun 22, 2025
updated 1.3.0 ← 1.2.2 diff Jun 1, 2025
updated 1.2.2 ← 1.2.1 diff Apr 28, 2025
updated 1.2.1 ← 1.2.0 diff Mar 13, 2025
updated 1.2.0 ← 1.1.3-2 diff Feb 20, 2025
updated 1.1.3-2 ← 1.1.3-1 diff Jan 23, 2025
updated 1.1.3-1 ← 1.1.3 diff Dec 7, 2024
updated 1.1.3 ← 1.1.2 diff Nov 20, 2024
updated 1.1.2 ← 1.1.1 diff Oct 29, 2024
updated 1.1.1 ← 1.1.0 diff Oct 15, 2024