Package: grumpy Title: Read 'NumPy' '.npy' and '.npz' Files Version: 0.1.1.9000 Authors@R: c( person("Hugo", "Gruson", , "hugo.gruson+R@normalesup.org", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4094-1476")), person("Mike", "Smith", role = c("aut", "cph"), comment = c("Original author of portions of the C code migrated from the Rarr package")), person("German Network for Bioinformatics Infrastructure - de.NBI", role = "fnd") ) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Suggests: quarto, testthat (>= 3.0.0) VignetteBuilder: quarto Config/testthat/edition: 3 URL: https://hugogruson.fr/grumpy/, https://github.com/Bisaloo/grumpy BugReports: https://github.com/Bisaloo/grumpy/issues Imports: jsonlite Config/roxygen2/version: 8.0.0 Depends: R (>= 4.2.0) Repository: https://bisaloo.r-universe.dev Date/Publication: 2026-07-04 14:34:54 UTC RemoteUrl: https://github.com/bisaloo/grumpy RemoteRef: HEAD RemoteSha: cdfa0d734e7fd0f37fe6e248c6266347ebb33f63 NeedsCompilation: yes Packaged: 2026-07-13 05:27:42 UTC; root Author: Hugo Gruson [aut, cre, cph] (ORCID: ), Mike Smith [aut, cph] (Original author of portions of the C code migrated from the Rarr package), German Network for Bioinformatics Infrastructure - de.NBI [fnd] Maintainer: Hugo Gruson