[Rcpp-devel] Function does not compile on Mac OSX

2011-05-16 Thread Sacha Epskamp
Dear mailing list, For a project I am working on speeding up a simulation in R by translating it to C++ (using inline and Rcpp). It is done and works fine on my windows 7 64bit R, but for some reason it is not working on my supervisors latest mac OSX (not sure of the version. should be up to date)

Re: [Rcpp-devel] Function does not compile on Mac OSX

2011-05-16 Thread Sacha Epskamp
LITY or FITNESS FOR A PARTICULAR PURPOSE. > > What version of Rcpp are you using. What version of R. > > Romain > > Le 16/05/11 12:06, Sacha Epskamp a écrit : > > Dear mailing list, >> >> For a project I am working on speeding up a simulation in R by >> tran

Re: [Rcpp-devel] Function does not compile on Mac OSX

2011-05-16 Thread Sacha Epskamp
IB file786264e8.cpp 2> file786264e8.cpp.err.txt' had status 1 2011/5/16 Sacha Epskamp > Hi, > > Here is a small example: > > > library("Rcpp") > library("inline") > > fun <-cxxfunction(, > ' > Environment e = Environme

[Rcpp-devel] Problems on a new Mac

2012-01-30 Thread Sacha Epskamp
ects like double). I have no idea what is going wrong. I realize this is probably a very system-specific problem that is hard to "fix" through mail, but I am hoping that you might have some ideas on what might go wrong or a place to start. Below are some system specifications. Best, Sa

Re: [Rcpp-devel] Problems on a new Mac

2012-02-27 Thread Sacha Epskamp
tel a écrit : > >> >> On 30 January 2012 at 18:42, Sacha Epskamp wrote: >> | Last year I have written some functions for my then supervisor using >> | Rcpp and inline, which worked fine. Recently my supervisor got a new >> | Mac, and the functions don't work any