Closed KyleTDavid closed 2 years ago
reverting back to dplyr 1.0.5 got the job done, thanks!
I hate to throw a wrench in the works, but I have run into this issue and reverting to dplyr 1.0.5 does not work anymore. When I try to revert to 1.0.5, the version of ggtree I am using (2.4.2) will no longer even load, and says it requires dplyr 1.0.10 at least, but I still get this cant subset .data outside of a data mask context error if I try any later version of dplyr. I'm using R 4.0.3 and bioconductor 3.12 for compatibility reasons and would prefer not having to update every single one of my other packages right at this moment to switch to the most current version, so any help would be appreciated.
Hello,
I receive the above error whenever I try
ggtree()
for example:or
I'll attach the full error and my session info below, any idea what might be going on?
error_message.txt session_info.txt