Package: Rducks Title: Register R User-Defined Functions in DuckDB Version: 0.1.1.9000 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Abiomix FZ LLC", role = c("cph", "fnd"), comment = "Copyright holder and funder of Abiomix contributions"), person(given = "Staysail Systems, Inc. and Capitar IT Group BV", role = c("cph"), comment = "NNG copyright holders for bundled vendored NNG"), person(given = "The Mbed TLS Contributors", role = c("cph"), comment = "Mbed TLS copyright holders for bundled vendored Mbed TLS") ) Description: R package and 'DuckDB' extension bridge for registering R functions as 'DuckDB' user-defined functions (UDFs). The package is designed around a loaded 'DuckDB' extension, declarative type descriptors, direct native vector marshalling, and explicit execution discipline for safe interaction with R from 'DuckDB' execution. The inter-process worker transport uses vendored 'NNG' (nanomsg next generation). License: GPL (>= 3) Copyright: See inst/LICENSE.note for bundled third-party copyright and licensing details. SystemRequirements: cmake for building vendored NNG/Mbed TLS support Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.3) Imports: codetools, DBI, duckdb (>= 1.5.0), methods, mirai, nanonext, S7 Suggests: bench, dplyr, duckplyr, globals (>= 0.18.0), knitr, mori, rmarkdown, tinytest VignetteBuilder: knitr URL: https://github.com/abiomix/abiomix-r-open, https://github.com/sounkou-bioinfo/Rducks, https://sounkou-bioinfo.github.io/Rducks/ BugReports: https://github.com/abiomix/abiomix-r-open/issues Config/abiomix/public-license: GPL-3.0-or-later Config/abiomix/commercial-license: Separate written agreement for Abiomix-owned contributions Config/abiomix/license-policy: https://github.com/abiomix/abiomix-r-open/blob/main/LICENSES.md Config/pak/sysreqs: cmake xz-utils Repository: https://abiomix.r-universe.dev Date/Publication: 2026-07-13 08:37:42 UTC RemoteUrl: https://github.com/abiomix/abiomix-r-open RemoteRef: HEAD RemoteSha: dd82290ba296385fcc7d7dfed339886e9deb41a2 RemoteSubdir: packages/Rducks NeedsCompilation: yes Packaged: 2026-07-13 11:48:09 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Abiomix FZ LLC [cph, fnd] (Copyright holder and funder of Abiomix contributions), Staysail Systems, Inc. and Capitar IT Group BV [cph] (NNG copyright holders for bundled vendored NNG), The Mbed TLS Contributors [cph] (Mbed TLS copyright holders for bundled vendored Mbed TLS) Maintainer: Sounkou Mahamane Toure