# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "rdyncall" in publications use:' type: software license: MIT title: 'rdyncall: Improved Foreign Function Interface and Dynamic Bindings to C Libraries' version: 0.10.0 abstract: Provides a cross-platform framework for dynamic binding of C libraries using a flexible Foreign Function Interface (FFI). The FFI supports almost all fundamental C types, multiple calling conventions, symbolic access to foreign C struct/union data types and wrapping of R functions as C callback function pointers. Dynamic bindings to shared C libraries are data-driven by cross-platform binding specifications using a compact plain text format; the package includes a 'DynPort' binding specification for 'SDL3' generated from current headers with 'porter'. The package includes a variety of technology demos and OS-specific notes for installation of shared libraries. For the underlying methods and bundled 'DynCall' libraries, see Adler (2012) and Adler and Philipp (2008) . authors: - family-names: Adler given-names: Daniel email: dadler@uni-goettingen.de - family-names: Jia given-names: Hongyuan email: hongyuanjia@cqust.edu.cn repository: https://cran.r-universe.dev repository-code: https://github.com/hongyuanjia/rdyncall commit: 8ff592f0a04cc4e300e873c238af585ffa450df9 url: https://dyncall.org date-released: '2026-07-15' contact: - family-names: Jia given-names: Hongyuan email: hongyuanjia@cqust.edu.cn