Skip to content

cran/grumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grumpy

R-CMD-check Codecov test coverage

The grumpy R package provides a way to read NumPy’s .npy files into R. It supports a wide range of data types and array shapes.

Installation

You can install the released version of grumpy with:

install.packages("grumpy")

and the development version like so:

# install.packages("pak")
pak::pak("Bisaloo/grumpy")

Example

library(grumpy)
read_npy(system.file("extdata", "test_2d.npy", package = "grumpy"))
#>      [,1] [,2] [,3] [,4]
#> [1,]    0    3    6    9
#> [2,]    1    4    7   10
#> [3,]    2    5    8   11

About

❗ This is a read-only mirror of the CRAN R package repository. grumpy — Read 'NumPy' '.npy' and '.npz' Files. Homepage: https://hugogruson.fr/grumpy/https://github.com/Bisaloo/grumpy Report bugs for this package: https://github.com/Bisaloo/grumpy/issues

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors