I tried relaunching the build for x64 this time, in a new folder, and still
get the same problem, so it mustn't be something that didn't get deleted.
According to my first diagnostics with messages in the source, it's
strange. In solve.R, i can see that it will call ".Internal(La_solve(a, b,
tol))"
> Finally, for your specific use case, see also ?withCallingHandlers which
> can not only detect warnings, but also set callback functions which can
> decide whether to abort or process and restart when a warning is thrown.
> The documentation for that function is a little rough, though you can see
On 13-12-30 4:47 AM, Olivier BARTHELEMY wrote:
Ok, i used the procedure in the manual. I think i am almost at the end of
the build process. I am stuck however at the build of grDevices module.
While byte-compiling it, i get the following error :
Error in solve.default(rgb) : 'a' must be a complex
Ok, i used the procedure in the manual. I think i am almost at the end of
the build process. I am stuck however at the build of grDevices module.
While byte-compiling it, i get the following error :
Error in solve.default(rgb) : 'a' must be a complex matrix
The line of that syntax errror can be fou