# -------------------------------------------- # 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 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://CRAN.R-project.org/package=ctypesio repository-code: https://github.com/coolbutuseless/ctypesio url: https://github.com/coolbutuseless/ctypesio date-released: '2024-10-16' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com