Package: grumpy 0.1.1.9000
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.9000.tar.gz
grumpy_0.1.1.9000.zip(r-4.7)grumpy_0.1.1.9000.zip(r-4.6)grumpy_0.1.1.9000.zip(r-4.5)
grumpy_0.1.1.9000.tgz(r-4.6-x86_64)grumpy_0.1.1.9000.tgz(r-4.6-arm64)grumpy_0.1.1.9000.tgz(r-4.5-x86_64)grumpy_0.1.1.9000.tgz(r-4.5-arm64)
grumpy_0.1.1.9000.tar.gz(r-4.7-arm64)grumpy_0.1.1.9000.tar.gz(r-4.7-x86_64)grumpy_0.1.1.9000.tar.gz(r-4.6-arm64)grumpy_0.1.1.9000.tar.gz(r-4.6-x86_64)
grumpy_0.1.1.9000.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://bisaloo.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:3c60a3132a. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 161 | ||
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 182 | ||
| linux-release-arm64 | OK | 128 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 120 | ||
| macos-release-x86_64 | OK | 282 | ||
| macos-oldrel-arm64 | OK | 183 | ||
| macos-oldrel-x86_64 | OK | 249 | ||
| windows-devel | OK | 101 | ||
| windows-release | OK | 97 | ||
| windows-oldrel | OK | 107 | ||
| wasm-release | OK | 130 |
Exports:convert_bytes_to_arrayparse_npy_datatyperead_npyread_npz
Dependencies:jsonlite
Design principles
Rendered fromdesign.qmdusingquarto::htmlon Jun 24 2026.Last update: 2026-05-24
Started: 2026-05-24
Getting started with grumpy
Rendered fromgrumpy.qmdusingquarto::htmlon Jun 24 2026.Last update: 2026-05-24
Started: 2026-05-24
Supported features
Rendered fromfeatures.qmdusingquarto::htmlon Jun 24 2026.Last update: 2026-05-24
Started: 2026-05-24
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 |
