我写了以下代码
install.packages('ggplot2', dep = TRUE)
.libPaths(c("C:/Users/Dhanu/Documents/R/win-library/3.3", "C:/Program Files/R/R-3.3.3/library"))
library(ggplot2)
安装ggplot2库后,出现以下错误。
> library(ggplot2)
Error in library(ggplot2) : there is no package called ‘ggplot2’
答案 0 :(得分:1)
包对您使用的R版本非常敏感。我建议移至R的最新版本(3.5.1),然后尝试安装ggplot2
R version 3.5.1 (2018-07-02) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
...
...
> install.packages('ggplot2')
...
> library(ggplot2)
>
答案 1 :(得分:0)
能否请您检查当前工作目录org.springframework.cloud:spring-cloud-starter-aws-messaging
中的ggplot文件夹
答案 2 :(得分:0)
已安装最新版本的R,并且可以通过再次安装该库来解决问题
答案 3 :(得分:0)
工具>全局选项> R版本(更改)>使用计算机的默认版本
然后,您需要更新R(https://cran.r-project.org/)并重新安装所有软件包