Error: object ‘get_aes_var’ is not exported by 'namespace:rvcheck' Execution halted ERROR: lazy l...

R中ggtree 安装过程中报错Error: object ‘get_aes_var’ is not exported by 'namespace:rvcheck' Execution halted ERROR: lazy loading failed for package ‘ggtree’
原因:rvcheck版本过高,要降级

packageVersion("rvcheck")
[1] ‘0.2.1'
remove.packages("rvcheck") 
install.packages("https://cran.r-project.org/src/contrib/Archive/rvcheck/rvcheck_0.1.8.tar.gz",repos = NULL,type = "source")
BiocManager::install("ggtree")

参考https://zhuanlan.zhihu.com/p/432156941

你可能感兴趣的:(Error: object ‘get_aes_var’ is not exported by 'namespace:rvcheck' Execution halted ERROR: lazy l...)