Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Another small maintenance release of the RcppCNPy package arrived on CRAN a few minutes ago.
RcppCNPy provides R with read and write access to NumPy files thanks to the cnpy library by Carl Rogers.
I updated and refreshed the vignettes, and also mention the reticulate-based alternative, and its still new-ish vignette, in the README.md.
Changes in version 0.2.10 (2018-07-29)
The vignettes have been updated using ‘collapse’ mode and edited.
The README.md now refers to reticulate as an alternative and points to the “Using reticulate” vignette.
The file
src/RcppExports.cpp
is used for package registration instead ofsrc/init.c
.
CRANberries also provides a diffstat report for the latest release. As always, feedback is welcome and the best place to start a discussion may be the GitHub issue tickets page.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.