testing - 无法安装ggp​​lot

标签 testing ggplot2 statistics package rattle

安装ggp​​lot时出现以下错误:

package or namespace load failed for ‘ggplot2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘pkgconfig’

我错过了什么?

最佳答案

install.packages("ggplot2", dependencies=TRUE)

关于testing - 无法安装ggp​​lot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58138127/

相关文章:

testing - 我忘记测试哪种带外故障?

java - WebDriver for Firefox : browser starts w/empty page, 挂起 2 分钟,重新启动,然后测试运行。为什么?

r - Stat_function 将不接受参数列表(ggplot)

r - 在方面着色ggplot x轴

python - 列上的十分位数 Pandas DataFrame

automated-tests - 帮助参与系统验证测试团队成为更好的程序员?

c - 在c中测试空队列

r - 在 R::multipanelfigure 中设置面板标签大小

r - 结合 3D/2D 绘图

用于自动回归 (AR)、ARIMA、时间序列分析的 Java API