Dear Matt,
On Fri, 19-06-2015, at 00:13, Matt D. wrote:
> On 6/18/2015 14:34, Ramon Diaz-Uriarte wrote:
>> Dear All,
>>
>> Sometimes I use both R's and C++11's RNGs and distributions in the same
>> code base (I am not using OpenMP or similar). Although this might not be
>> very elegant, I find
Dear expeRts,
Recently, i am plan to write GUI with QT, and using R to compute models.
As i am quite new to this area, i searched a lot on the internet, after 2 days'
studing on the task, i still can not solve the problem, here is my problem in
details:
1. My Rcpp and RInside compiled us
I did this a couple years ago, so you may need to make some changes with the
latest toolset, but the process was straightforward. Here are my general
suggestions:
- Use the Qt 4.8.6 binary distribution built with MinGW GCC 4.8.2:
http://download.qt.io/archive/qt/4.8/4.8.6/qt-opensource-windows
First, I forgot to say, My sys is Win 7 32 bit, and R is 3.1.2.
As mentioned a lot, Rcpp and RInside and Qt library seems should be built with
the same compiler, and for i think i will have hudge trouble with compiling QT
using Rtools GCC-4.6.3, so now, i tried compiling Rcpp and RInside with Mi