Package: ctypesio Type: Package Title: Read and Write Standard 'C' Types from Files, Connections and Raw Vectors Version: 0.1.3 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Anne", "Fu", role = "ctb", comment = c("Better UTF-8 support", ORCID = "0000-0002-9025-6071")) ) Maintainer: Mike Cheng Description: 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. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0), jpeg Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/coolbutuseless/ctypesio BugReports: https://github.com/coolbutuseless/ctypesio/issues Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-07-28 08:44:02 UTC RemoteUrl: https://github.com/coolbutuseless/ctypesio RemoteRef: HEAD RemoteSha: e1b4eda59a77a0b74a7c4523a3ba8dbbd6baaa09 NeedsCompilation: yes Packaged: 2026-06-24 00:45:00 UTC; root Author: Mike Cheng [aut, cre, cph], Anne Fu [ctb] (Better UTF-8 support, ORCID: ) Depends: R (>= 4.1.0)