You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile as win64 app
when excute : data(iris); plot(iris);
cause error "Invalid floating point operation"
in result := FTryEval(h1, h2, errorOccurred);
win32 app not affected.
and this case runs well also in rgui64....
R version:
R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
The text was updated successfully, but these errors were encountered:
compile as win64 app
when excute : data(iris); plot(iris);
cause error "Invalid floating point operation"
in result := FTryEval(h1, h2, errorOccurred);
win32 app not affected.
and this case runs well also in rgui64....
R version:
R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
The text was updated successfully, but these errors were encountered: