软件包"RTN"不可用(对于R版本3.0.1)

编程入门 行业动态 更新时间:2024-10-24 23:30:14
本文介绍了软件包"RTN"不可用(对于R版本3.0.1)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

当我尝试从bioconductor安装软件包时收到了此消息,但似乎无法正常工作.该软件包的手册在这里:

I got this when I am trying to install package from bioconductor, but it seems it does not work properly. The manual of this package is here:

www.bioconductor/包/devel/bioc/manuals/RTN/man/RTN.pdf

程序包名称为RTN.

The package name is RTN.

biocLite("RTN") BioC_mirror: bioconductor Using Bioconductor version 2.12 (BiocInstaller 1.10.4), R version 3.0.1. Installing package(s) 'RTN' Warning messages: 1: package ‘RTN’ is not available (for R version 3.0.1) 2: installed directory not writable, cannot update packages 'class', 'foreign', 'lattice', 'MASS', 'Matrix', 'mgcv', 'nlme', 'nnet', 'rpart', 'spatial', 'survival' > library(RTN) Error in library(RTN) : there is no package called ‘RTN’

推荐答案

您的Bioconductor版本(2.12)对于RTN来说太旧了,因此已被引入(请参见 RTN登陆页面)在Bioconductor 2.13中.我想你可以说

Your version of Bioconductor (2.12) is too old for RTN, which was introduced (see the RTN landing page) in Bioconductor 2.13. I think you can say

source("bioconductor/biocLite.R") biocLite("BiocUpgrade")

,但是(a)这可能需要更新您的R,并且(b)可能会更新(重新安装)任何现有的Bioconductor以及某些CRAN软件包,因此您应该为遇到的一些困难做好准备.

but (a) this might require that your R be updated and (b) it will likely update (re-install) any existing Bioconductor and perhaps some CRAN packages, so you should be prepared for a few bumps in the road.

更多推荐

软件包"RTN"不可用(对于R版本3.0.1)

本文发布于:2023-06-13 00:00:06,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/670286.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:软件包   不可用   版本   RTN   quot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!