找回密码
 立即注册
查看: 5468|回复: 5

怎么安装包啊?总是出错

[复制链接]
发表于 2014-4-24 11:40:54 | 显示全部楼层 |阅读模式
本帖最后由 熊孩子 于 2014-4-24 17:21 编辑

每次输入 install.packages("colorspace")
总是会出现下面的代码

trying URL 'http://ftp.ctex.org/mirrors/CRAN/bin/windows/contrib/3.1/colorspace_1.2-4.zip'
Content type 'application/zip' length 384851 bytes (375 Kb)
opened URL
downloaded 375 Kb

package ‘colorspace’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Administrator\AppData\Local\Temp\RtmpWwIXpd\downloaded_packages

可是下载的压缩文件没法安装,在R3.1.0不行,R-studio也不行,请教大家要怎么办啊?

回复

使用道具 举报

发表于 2014-4-24 17:53:47 | 显示全部楼层
你什么意思,这不就是成功安装了吗???
回复

使用道具 举报

 楼主| 发表于 2014-4-24 18:06:49 | 显示全部楼层
箫青 发表于 2014-4-24 17:53
你什么意思,这不就是成功安装了吗???

可是输入  library(colorspace)

显示的是  Loading required package: grid


这就表示安装了吗?
回复

使用道具 举报

发表于 2014-4-26 18:47:13 | 显示全部楼层
yeah, that's right!
回复

使用道具 举报

 楼主| 发表于 2014-5-7 11:44:20 | 显示全部楼层

可是有时安装别的包会显示:

Warning in install.packages :
  downloaded length 28672 != reported length 225710
Warning in install.packages :
  error 1 in extracting from zip file
Warning in install.packages :
  cannot open compressed file 'effects/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection


这个问题怎么解决呢?
回复

使用道具 举报

发表于 2014-5-7 19:16:05 | 显示全部楼层
尝试:
1.在工作目录里面删除已安装的包(有错误的那些)
2.以管理员身份运行R
3.升级R
4.试试运行:
  1. setInternet2(TRUE)
复制代码
5.尝试这样安装:
  1. install.packages("devtools")
  2. require(devtools)
  3. install_url("http://www.omegahat.org/RGoogleTrends/RGoogleTrends_0.2-1.tar.gz")
  4. #安装包的下载网址
  5. require(RGoogleTrends)
  6. ls("package:RGoogleTrends")
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-25 09:38 , Processed in 0.020940 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表