I'm sorry to say that the RInline::repl() issues are not resolved, and to
resolve them would likely require help from R core.

Here's the test case:
library(sphereplot)
rgl.sphgrid(longtype="D")

Under Linux there is no problem, a sphere is drawn, and you can
rotate with mouse motions.

Under Windows using R, no problem.

But under Windows in RInline::repl() when you click on the image it
freezes up.

Apparently some kind of graphics
initialization is required, and perhaps callbacks as well to
handle mouse events. Just calling run_Rmainloop() is not
enough.
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to