AckerDWM / gg3D

A ggplot2 extension enabling 3D projections
103 stars 11 forks source link

rlang & gg3d package version mismatches? #5

Open HedvigS opened 5 years ago

HedvigS commented 5 years ago

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?