# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RSimpleFFI" in publications use:' type: software license: GPL-3.0-only title: 'RSimpleFFI: Simple Foreign Function Interface using ''S7'' and ''libffi''' version: 1.2.0.90000 doi: 10.32614/CRAN.package.RSimpleFFI abstract: Simple Foreign Function Interface for 'R' using 'libffi' and 'S7' classes. Supports calling 'C' functions with type conversion and struct handling. Includes standard 'C' types (int8, int16, int32, int64, uint variants), platform types (size_t, bool), floating point types, and complex struct types. Header parsing uses 'Rtinycc' for 'TinyCC'-backed preprocessing and enables automatic generation of 'R' bindings from 'C' header files, simplifying package development for 'C' libraries. 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/RSimpleFFI commit: 668d9dd3877495502e4bc1469e01e1d61509049f url: https://sounkou-bioinfo.github.io/RSimpleFFI/ date-released: '2026-05-11' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com