<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">
<div><br></div><div>I have successfully compile, install and load RcppOctave on my Mac (running Mavericks). In order to do this I have to reinstall Rcpp with customized ~/.R/Makevars (CC=clang, etc). </div></div></blockquote>
<div><br></div><div>Nice!<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div>I can load the library from the command line R but not from the GUI. It should be something related to the search path because octave-config could not be found. I will post it here if I find a way. In the meantime, any suggestions would be very welcome. <br>
</div></div></blockquote><div><br></div><div>Interesting. Can you please try directly loading the library with:<br><br>library.dynam(RcppOctave, RcppOctave, dirname(path.package('RcppOctave)))<br><br></div><div>I am wondering if the library could still load despite octave-config not being in the path.<br>
</div><div><br>Please let me know if calling Octave functions work fine.<br></div><div>Ideally, you would also run the following to make a complete check (from command line), you may need to install the Suggests dependencies:<br>
<br>R CMD check --as-cran RcppOctave_0.13.3.tar.gz<br></div><div><br></div><div>Thank you.<br><br></div><div>Bests,<br></div><div>Renaud<br></div></div></div></div>