This solution worked for me. Just FYI, the vresion is not v1.8.0, but v0.1.8 (rvcheck versions). I didn't check whether downgrading rvcheck breaks something else, though. To downgrade rvcheck:
require(devtools)
install_version("rvcheck", version = "0.1.8", repos = "http://cran.us.r-project.org")
• 0 views
•
link
This post does not fit the theme of this forum. Please ask this on https://support.bioconductor.org/
Thank you for your advise
Hi, I am also searching for this solution, and came across the following post. Just posting to be helpful for someone else.
https://support.bioconductor.org/p/9139604/#9139615
Copied from this post: " I think the easiest solution would be to update your version of R to the latest (4.1.1) and then reinstall the ggtree package.
The reason you're running into this error is because the latest version of rvcheck (0.2.0) has removed the get_aes_var function. The current ggtree version (3.0.4) is aware of this change, and doesn't look for it. However, because you're using an old version of R, you're using also using an old version of both Bioconductor and subsequently the ggtree package. This older version still thinks get_aes_var should be present, and then fails when it isn't. "