craigcitro / rcppcnpy

Rcpp bindings for NumPy files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RcppCNPy: Rcpp bindings for NumPy files

Build Status

This package uses the cnpy library written by Carl Rogers to provide read and write facilities for files created with (or for) the NumPy extension for Python. Vectors and matrices of numeric types can be read or written to and from files as well as compressed files. Support for integer files is available if the package has been built with -std=c++11 which is the default starting with release 0.2.3 following the release of R 3.1.0.

About

Rcpp bindings for NumPy files

License:GNU General Public License v2.0


Languages

Language:C++ 49.4%Language:C 29.3%Language:R 19.4%Language:Python 1.4%Language:Shell 0.6%