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 = "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/sounkou-bioinfo/Rducks, https://sounkou-bioinfo.github.io/Rducks/ BugReports: https://github.com/sounkou-bioinfo/Rducks/issues Config/pak/sysreqs: cmake xz-utils Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-06-15 22:31:29 UTC RemoteUrl: https://github.com/sounkou-bioinfo/Rducks RemoteRef: HEAD RemoteSha: 15a2db097477a8b555e7747d202dc928e4a1bf58 NeedsCompilation: yes Packaged: 2026-06-16 00:31:00 UTC; root Author: Sounkou Mahamane Toure [aut, cre], 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