Package: ctypesio 0.1.2.9000
ctypesio: Read and Write Standard 'C' Types from Files, Connections and Raw Vectors
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:
ctypesio_0.1.2.9000.tar.gz
ctypesio_0.1.2.9000.zip(r-4.5)ctypesio_0.1.2.9000.zip(r-4.4)ctypesio_0.1.2.9000.zip(r-4.3)
ctypesio_0.1.2.9000.tgz(r-4.5-x86_64)ctypesio_0.1.2.9000.tgz(r-4.5-arm64)ctypesio_0.1.2.9000.tgz(r-4.4-x86_64)ctypesio_0.1.2.9000.tgz(r-4.4-arm64)ctypesio_0.1.2.9000.tgz(r-4.3-x86_64)ctypesio_0.1.2.9000.tgz(r-4.3-arm64)
ctypesio_0.1.2.9000.tar.gz(r-4.5-noble)ctypesio_0.1.2.9000.tar.gz(r-4.4-noble)
ctypesio_0.1.2.9000.tgz(r-4.4-emscripten)ctypesio_0.1.2.9000.tgz(r-4.3-emscripten)
ctypesio.pdf |ctypesio.html✨
ctypesio/json (API)
NEWS
# Install 'ctypesio' in R: |
install.packages('ctypesio', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/ctypesio/issues
Last updated 30 days agofrom:84ecffbfed. Checks:7 OK, 4 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 20 2025 |
R-4.5-win-x86_64 | NOTE | Feb 20 2025 |
R-4.5-mac-x86_64 | NOTE | Feb 20 2025 |
R-4.5-mac-aarch64 | NOTE | Feb 20 2025 |
R-4.5-linux-x86_64 | NOTE | Feb 20 2025 |
R-4.4-win-x86_64 | OK | Feb 20 2025 |
R-4.4-mac-x86_64 | OK | Feb 20 2025 |
R-4.4-mac-aarch64 | OK | Feb 20 2025 |
R-4.3-win-x86_64 | OK | Feb 20 2025 |
R-4.3-mac-x86_64 | OK | Feb 20 2025 |
R-4.3-mac-aarch64 | OK | Feb 20 2025 |
Exports:aperm_array_to_vectoraperm_vector_to_arrayflip_endianfprintffprintf_rawread_bfloatread_dblread_f16read_f32read_f64read_floatread_halfread_hexread_int16read_int32read_int64read_int8read_rawread_strread_str_rawread_uint16read_uint32read_uint64read_uint8read_utf8read_utf8_rawscan_dblscan_intscan_strset_bounds_checkset_endianset_eof_checkset_integer_promotionset_na_checkwrite_dblwrite_f16write_f32write_f64write_halfwrite_hexwrite_int16write_int32write_int64write_int8write_rawwrite_singlewrite_uint16write_uint32write_uint64write_uint8write_utf8write_utf8_raw
Dependencies: