Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force directed layout fails to show even though it is loaded and calculated #66

Open
shiromchabra opened this issue Nov 19, 2020 · 1 comment

Comments

@shiromchabra
Copy link

Dear Farrell Lab,

I am having issues with displaying the force directed layout. It has been calculated and finished however when proceeding with plotTreeForce() nothing loads and there is no error. I initially thought this may have been a problem with the rgl package on Mac and its dependency on X11 forwarding however after solving these issues the problem persists. I would be grateful for any advice on how to clarify this issue in order to generate 3D force directed layouts!

Best Wishes,
Shirom Chabra

@pchiang5
Copy link

pchiang5 commented Jan 7, 2022

Hello Shirom,

I encountered the same issue on windows 10 (WSL2). My problem was caused by missing OpenGL support with the error below:

This build of rgl does not include OpenGL functions.

It was resolved by installing via conda with the following command:

conda install -c r -c conda-forge r-rgl

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants