简体   繁体   中英

Why do I get an error when I try to load ggplot2 in R?

When I run:

library("ggplot2")

I get the error below:

Error: package or namespace load failed for ‘ggplot2’:
 object ‘enexprs’ is not exported by 'namespace:rlang'

In addition:

 Warning message:
package ‘ggplot2’ was built under R version 3.4.4 

Any idea how I can solve this issue?

请安装最新版本的rlang来解决此错误。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM