Re: [R] Errors when compile RInside using intel c++ compiler on windows

2015-12-10 Thread Bert Gunter
Thanks, Marc. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Dec 10, 2015 at 9:43 AM, Marc Schwartz wrote: > Hi, > > For clarification, the rcp

Re: [R] Errors when compile RInside using intel c++ compiler on windows

2015-12-10 Thread Marc Schwartz
Hi, For clarification, the rcpp support list is the recommended location for RInside support: http://lists.r-forge.r-project.org/mailman/listinfo/rcpp-devel Regards, Marc > On Dec 10, 2015, at 11:30 AM, Bert Gunter wrote: > > Wrong list!. This is about programming **IN** the R language.

Re: [R] Errors when compile RInside using intel c++ compiler on windows

2015-12-10 Thread Bert Gunter
Wrong list!. This is about programming **IN** the R language. For your sort of question, post to the R-devel list. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" com

[R] Errors when compile RInside using intel c++ compiler on windows

2015-12-10 Thread 李琥
I have read the mailing list about compiling R using intel c++ compiler on linux. http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2013-January/005035.html In my environment I am going to compile RInside using intel c++ compiler on windows. I take the sample0 in RInside example fol