# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "Rducks" in publications use:' type: software license: GPL-3.0-or-later title: 'Rducks: Register R User-Defined Functions in DuckDB' version: 0.1.1 doi: 10.32614/CRAN.package.Rducks abstract: 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, 'nanoarrow' marshalling over 'Arrow C Data', and a calling-R-thread execution discipline for safe interaction with R from 'DuckDB' execution. Arrow IPC (inter-process communication) worker transport uses vendored 'NNG' (nanomsg next generation) for worker-process communication. authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rducks commit: 573ce8282218affa6e54e8830f0efe6aad190eda url: https://sounkou-bioinfo.github.io/Rducks/ date-released: '2026-05-26' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com