Package: idx2r 1.0.0
idx2r: Convert Files to and from IDX Format to Vectors, Matrices and Arrays
Convert files to and from IDX format to vectors, matrices and arrays. IDX is a very simple file format designed for storing vectors and multidimensional matrices in binary format. The format is described on the website from Yann LeCun <http://yann.lecun.com/exdb/mnist/>.
Authors:
idx2r_1.0.0.tar.gz
idx2r_1.0.0.zip(r-4.5)idx2r_1.0.0.zip(r-4.4)idx2r_1.0.0.zip(r-4.3)
idx2r_1.0.0.tgz(r-4.4-any)idx2r_1.0.0.tgz(r-4.3-any)
idx2r_1.0.0.tar.gz(r-4.5-noble)idx2r_1.0.0.tar.gz(r-4.4-noble)
idx2r_1.0.0.tgz(r-4.4-emscripten)idx2r_1.0.0.tgz(r-4.3-emscripten)
idx2r.pdf |idx2r.html✨
idx2r/json (API)
NEWS
# Install 'idx2r' in R: |
install.packages('idx2r', repos = c('https://edoffagne.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/edoffagne/idx2r/issues
Last updated 7 years agofrom:0fc231e219. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert Files to and from IDX Format to Vectors, Matrices and Arrays in R | idx2r-package idx2r |
Read an IDX file | read_idx |
Write an array into an IDX file | write_idx |