Skip to content
Prev 3466 / 10988 Next

[Rcpp-devel] RInside under Windows

Dirk is once again correct.  The "missing R.dll"
is a PATH problem.

One way of solving it is to add the path to the
R DLLs to the end of PATH.  For instance adding:

C:\Program Files\R\R-2.14.1\bin\i386

Once I've arranged those DLLs to be visible, the
new problem is:

Fatal error: unable to open the base package

That seems like it might be a path problem as well
but I'm not seeing how to fix it.

Pat
On 14/02/2012 21:52, Dirk Eddelbuettel wrote: