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
;)
>> 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
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
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
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
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-
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,