Package: RcppCNPy Type: Package Title: Read-Write Support for 'NumPy' Files via 'Rcpp' Version: 0.2.15 Date: 2026-03-13 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Wush", "Wu", role="aut", comment = c(ORCID = "0000-0001-5180-0567")), person("Carl", "Rogers", role="aut", comment = "Author of CNPy")) Description: The 'cnpy' library written by Carl Rogers provides 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 as C++11 which should be the default on all platforms since the release of R 3.3.0. URL: https://github.com/eddelbuettel/rcppcnpy, https://dirk.eddelbuettel.com/code/rcpp.cnpy.html BugReports: https://github.com/eddelbuettel/rcppcnpy/issues License: GPL (>= 2) Depends: R (>= 3.1.0) Imports: methods, Rcpp LinkingTo: Rcpp Suggests: reticulate, rbenchmark Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-03-13 13:03:16 UTC RemoteUrl: https://github.com/eddelbuettel/rcppcnpy RemoteRef: HEAD RemoteSha: 940df620caf2d8758302d82fe44cf6d258562feb NeedsCompilation: yes Packaged: 2026-07-11 06:10:03 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Wush Wu [aut] (ORCID: ), Carl Rogers [aut] (Author of CNPy) Maintainer: Dirk Eddelbuettel