att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 142 forks source link

RCloud on R 3.6.0 #2675

Closed s-u closed 5 years ago

s-u commented 5 years ago

RCloud will fail with OCAP not registered error (manifesting itself as "R aborted on the request" in login.R) when run in R 3.6.0.

The root cause seems to be isolation of symbols between the embedding process (Rserve) and package shared objects (in this case Rserve.so loaded by libR.so) which means that OCAPs registered via the package are not seen by the embedding process.

s-u commented 5 years ago

Now fixed upstream by https://github.com/s-u/Rserve/issues/131