简体   繁体   English

安装ggp​​lot2时遇到问题

[英]Having trouble installing ggplot2

This is my output: 这是我的输出:

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

Installing package(s) into ‘/home/username/R/x86_64-redhat-linux-gnu-library/2.13’
(as ‘lib’ is unspecified)

Warning in install.packages :
  package ‘ggplot2’ is not available (for R version 2.13.1)

I'm having the same problem with the package "sp" as well, not really sure what to do about it. 我的软件包“ sp”也遇到了同样的问题,不太确定该怎么做。 Working in Fedora kernel version 2.6.35.14-106.fc14.x86_64 在Fedora内核版本2.6.35.14-106.fc14.x86_64中工作

Latest ggplot2 version depends on R >= 3.0. 最新的ggplot2版本取决于R> = 3.0。 You can check available R version at CRAN for current version of ggplot2 . 您可以在CRAN上检查ggplot2当前版本的可用R版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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