You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed I was getting an error with ggtree on some systems I set vAMPirus up on. This was caused by a conflict with the ggtree version, rvcheck version and R version selected by conda while building the environment.
Here is how to fix the issue:
After you have built the vAMPirus environment using the .yml file provided:
Activate vAMPirus environment
conda activate vAMPirus
Call R
R
Check if there is a ggtree issue:
library(ggtree)
If you get "Error: object ‘get_aes_var’ is not exported by 'namespace:rvcheck'" as ouput do:
Chose a mirror and install the right version of rvcheck needed (v0.1.7) -- for some reason after i selected a mirror I recieved a message saying the package didnt exist, just re-run the command form step 4 and it should install fine.
If installation succesful then close out R
q()
Re-open R and test
R
library(ggtree)
Hopefully this fix works for everyone, please let me know if this does not work for anyone.
The text was updated successfully, but these errors were encountered:
I noticed I was getting an error with ggtree on some systems I set vAMPirus up on. This was caused by a conflict with the ggtree version, rvcheck version and R version selected by conda while building the environment.
Here is how to fix the issue:
After you have built the vAMPirus environment using the .yml file provided:
conda activate vAMPirus
R
Chose a mirror and install the right version of rvcheck needed (v0.1.7) -- for some reason after i selected a mirror I recieved a message saying the package didnt exist, just re-run the command form step 4 and it should install fine.
If installation succesful then close out R
R
Hopefully this fix works for everyone, please let me know if this does not work for anyone.
The text was updated successfully, but these errors were encountered: