I've written scripts that uses gg3d (they look beautiful my graphs, thank you very much). However, when I had a collaborator run the scripts and install the packages they ran into some troubles that I can't seem to recreate.
I had a problem with rlang. Others may not have this. gg3D requires rlang,
which it tries to compile from source. There is a package version number
mismatch (it asks for 0.3.1 and the latest on Cran is 0.3.4). This means
the gg3D installation fails at rlang. I had to install and update rlang to
0.3.1, and reinstall gg3D but not update rlang and ggplot. Then it worked.
I updated rlang, ggplot and gg3d and didn't have this problem.
Hi,
I've written scripts that uses gg3d (they look beautiful my graphs, thank you very much). However, when I had a collaborator run the scripts and install the packages they ran into some troubles that I can't seem to recreate.
I had a problem with rlang. Others may not have this. gg3D requires rlang, which it tries to compile from source. There is a package version number mismatch (it asks for 0.3.1 and the latest on Cran is 0.3.4). This means the gg3D installation fails at rlang. I had to install and update rlang to 0.3.1, and reinstall gg3D but not update rlang and ggplot. Then it worked.
I updated rlang, ggplot and gg3d and didn't have this problem.
Any ideas of how to best adapt?