Package: grumpy 0.1.1
grumpy: Read 'NumPy' '.npy' and '.npz' Files
Lightweight way to read 'NumPy' '.npy' and '.npz' files in R. All data types supported by 'NumPy', with all sizes (converted internally to R native size), both C and 'Fortran' order, and any shape, up to an arbitrary number of dimensions, are supported.
Authors:
grumpy_0.1.1.tar.gz
grumpy_0.1.1.tar.gz(r-4.7-arm64)grumpy_0.1.1.tar.gz(r-4.7-x86_64)grumpy_0.1.1.tar.gz(r-4.6-arm64)grumpy_0.1.1.tar.gz(r-4.6-x86_64)
grumpy_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
grumpy/json (API)
NEWS
| # Install 'grumpy' in R: |
| install.packages('grumpy', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bisaloo/grumpy/issues
Pkgdown/docs site:https://hugogruson.fr
Last updated from:041d174834. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 127 | ||
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 200 | ||
| linux-release-arm64 | OK | 135 | ||
| linux-release-x86_64 | OK | 100 | ||
| wasm-release | OK | 118 |
Exports:convert_bytes_to_arrayparse_npy_datatyperead_npyread_npz
Dependencies:jsonlite
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert raw bytes to an R array based on the specified data type information | convert_bytes_to_array |
| Parse a NumPy Array-protocol type strings | parse_npy_datatype |
| Read a .npy file | read_npy |
| Read a .npz file | read_npz |
