Package: ctypesio 0.1.3
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.3.tar.gz
ctypesio_0.1.3.zip(r-4.7)ctypesio_0.1.3.zip(r-4.6)ctypesio_0.1.3.zip(r-4.5)
ctypesio_0.1.3.tgz(r-4.6-x86_64)ctypesio_0.1.3.tgz(r-4.6-arm64)ctypesio_0.1.3.tgz(r-4.5-x86_64)ctypesio_0.1.3.tgz(r-4.5-arm64)
ctypesio_0.1.3.tar.gz(r-4.7-arm64)ctypesio_0.1.3.tar.gz(r-4.7-x86_64)ctypesio_0.1.3.tar.gz(r-4.6-arm64)ctypesio_0.1.3.tar.gz(r-4.6-x86_64)
ctypesio_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:e1b4eda59a. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 125 | ||
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 159 | ||
| linux-release-arm64 | OK | 110 | ||
| linux-release-x86_64 | OK | 128 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-release-x86_64 | OK | 167 | ||
| macos-oldrel-arm64 | OK | 92 | ||
| macos-oldrel-x86_64 | OK | 195 | ||
| windows-devel | OK | 92 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 102 |
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:
