# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ctypesio" in publications use:' type: software license: MIT title: 'ctypesio: Read and Write Standard ''C'' Types from Files, Connections and Raw Vectors' version: 0.1.1.9000 doi: 10.32614/CRAN.package.ctypesio abstract: Interacting with binary files can be difficult because R's types are a subset of what is generally supported by 'C'. This package provides a suite of functions for reading and writing binary data (with files, connections, and raw vectors) using 'C' type descriptions. These functions convert data between 'C' types and R types while checking for values outside the type limits, 'NA' values, etc. authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://coolbutuseless.r-universe.dev repository-code: https://github.com/coolbutuseless/ctypesio commit: 4b24c494f1549403a8a9fe5d92285572b7bc50ba url: https://github.com/coolbutuseless/ctypesio contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com