eddelbuettel / rcppcnpy

Rcpp bindings for NumPy files
GNU General Public License v2.0
26 stars 16 forks source link

new one-page vignette showing how to use reticulate instead #16

Closed eddelbuettel closed 6 years ago

eddelbuettel commented 6 years ago

@wush978 I added a simple one-page vignette to show how reticulate can be used. I made the vignette semi-fake to not require reticulate as a dependency yet, but also committed the original Rmd (with an entry in .Rbuildignore).

Thumbs up?

wush978 commented 6 years ago

Hi Dirk,

I think it is a great post, but it is more likely to be a vignette of the reticulate package. So how about submitting it to the reticulate and adding a short text in our main vignette to mention another solution of reading numpy file in R?

eddelbuettel commented 6 years ago

It's too tiny for reticulate, they have more meaty vignettes. Anyway -- I went ahead and it is now on CRAN. This gets us issue #14 you raised ("check path") and a vignette that basically says "you could also use reticulate" (which will be more and more true).

The RcppCNPy package is feature-stable as I see it so no harm done.