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, dplyr 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:
Chose a mirror and install the right version of dplyr needed (v1.0.5) -- 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 and you should be good to test vAMPirus with the test commands!
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, dplyr 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
devtools::install_version('dplyr',version='1.0.5')
Chose a mirror and install the right version of dplyr needed (v1.0.5) -- 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 and you should be good to test vAMPirus with the test commands!
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: