Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-26 Thread Elliot Joel Bernstein
ly* working with v7.3 files which are based on HDF5, you >>> may be able to avoid this issue and access them using rhdf5: >>> >>> source("http://bioconductor.org/biocLite.R";) >>> biocLite("rhdf5") >>> library(rhdf5) >>> h5dump(&qu

Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-25 Thread Elliot Joel Bernstein
;) >> biocLite("rhdf5") >> library(rhdf5) >> h5dump("file.mat", load=FALSE) >> >> John >> >> From: rcpp-devel-boun...@lists.r-forge.r-project.org [mailto: >> rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Elliot Joel >&g

Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-25 Thread Elliot Joel Bernstein
pp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Elliot Joel > Bernstein > Sent: Wednesday, March 25, 2015 9:28 AM > To: Dale Smith > Cc: x...@unm.edu; rcpp-devel@lists.r-forge.r-project.org > Subject: Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read > MAT Fi

Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-25 Thread John Buonagurio
ay, March 25, 2015 9:28 AM To: Dale Smith Cc: x...@unm.edu; rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files Dale - Thank you for the suggestion. I have MATLAB and the MATLAB libraries, and I am not looking to redistri

Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-25 Thread Elliot Joel Bernstein
1 404 495 7221 | nexidia.com > > > -Original Message- > From: rcpp-devel-boun...@lists.r-forge.r-project.org [mailto: > rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Christian > Gunning > Sent: Wednesday, March 25, 2015 8:08 AM > To: rcpp-devel@lists.r-for

Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-25 Thread Dale Smith
Using Rcpp and MATLAB MAT-File API to Read MAT Files Can you provide a link to the mat.h file referenced in the source (which I assume is the same as the API mentioned below)? Also, see Dirk's comments about compilers here: http://stackoverflow.com/questions/10723165/using-visual-c-

[Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT Files

2015-03-25 Thread Christian Gunning
Can you provide a link to the mat.h file referenced in the source (which I assume is the same as the API mentioned below)? Also, see Dirk's comments about compilers here: http://stackoverflow.com/questions/10723165/using-visual-c-with-r and here: dirk.eddelbuettel.com/code/rcpp/Rcpp-FAQ.pdf Best,