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
Dale - Thank you for the suggestion. I have MATLAB and the MATLAB libraries, and I am not looking to redistribute anything. I just have a lot of data in MAT files that I would like to be able to load analyze in R. I am able to compile and link against the MATLAB libraries, but the code crashes whe

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

2015-03-25 Thread Dale Smith
mat.h is a header file which comes with MATLAB. I don't think the license allows redistribution, and you would not be able to compile without the MATLAB libraries. An alternative may be Octave since it will read .mat files. Perhaps someone can email the name of the header file used from the Oct