简体   繁体   English

在R中安装ShortRead软件包时出现问题-无法安装RCurl依赖项

[英]Problems installing ShortRead package in R — can't install RCurl dependency

I'm working with Bioconductor and I would like to install the ShortRead package. 我正在与Bioconductor合作,我想安装ShortRead软件包。 i've tried many times but I come to an error installing the dependency package RCurl. 我已经尝试了很多次,但是在安装依赖包RCurl时遇到错误。 I get this error in RStudio: 我在RStudio中收到此错误:

            Cannot find curl-config

What shall I do? 我该怎么办? Is there an alternative to ShortRead? 有没有ShortRead的替代方法?

Thanks ;) 谢谢 ;)

  • What OS are you using? 您正在使用什么操作系统?
  • sessionInfo () ? sessionInfo ()

  • is libcurl (probably you need the dev version) installed? 是否安装了libcurl(可能需要开发版本)? RCurl links to libcurl. RCurl链接到libcurl。 RCurl's CRAN page says: RCurl的CRAN页面显示

SystemRequirements: libcurl (version 7.14.0 or higher) http://curl.haxx.se . 系统需求:libcurl(7.14.0或更高版本) http://curl.haxx.se On Linux systems, you will often have to explicitly install libcurl-devel to have the header files and the libcurl library. 在Linux系统上,通常将必须显式安装libcurl-devel以具有头文件和libcurl库。

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

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