# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "callme" in publications use:' type: software license: MIT title: 'callme: Easily Compile and Call Inline ''C'' Functions' version: 0.1.10.9000 doi: 10.32614/CRAN.package.callme abstract: Compile inline 'C' code and easily call with automatically generated wrapper functions. By allowing user-defined headers and compilation flags (preprocessor, compiler and linking flags) the user can configure optimization options and linking to third party libraries. Multiple functions may be defined in a single block of code - which may be defined in a string or a path to a source file. authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://coolbutuseless.r-universe.dev repository-code: https://github.com/coolbutuseless/callme commit: 64065513e5a824ebbbd1c79337b7a43dffa6019c url: https://coolbutuseless.github.io/package/callme/ contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com