简体   繁体   English

无法下载“cytofkit”R 包

[英]Unable to download "cytofkit" R-package

I am trying to install "cytofkit" R-package with reference from https://bioconductor.riken.jp/packages/3.7/bioc/html/cytofkit.html using我正在尝试使用https://bioconductor.riken.jp/packages/3.7/bioc/html/cytofkit.html参考安装“cytofkit”R-package

source("https://bioconductor.org/biocLite.R")
biocLite("cytofkit")

and

source("http://bioconductor.org/biocLite.R")
biocLite("cytofkit")

and

if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install("cytofkit")

Nothing seems to work.似乎没有任何效果。 Please suggest what to do.请建议该怎么做。

Configuration: Bioconductor version 3.14 (BiocManager 1.30.18), R 4.1.2 (2021-11-01) R-Studio, Windows配置:Bioconductor 版本 3.14 (BiocManager 1.30.18),R 4.1.2 (2021-11-01) R-Studio,Windows

Error:错误:

Warning messages: 1: package 'cytofkit' is not available for Bioconductor version '3.14'警告消息:1: package 'cytofkit' 不适用于 Bioconductor 版本 '3.14'

As per the answer available here: https://support.bioconductor.org/p/128865/ Cytofkit was removed from Bioconductor in version 3.9 http://bioconductor.org/about/removed-packages/根据此处提供的答案: https://support.bioconductor.org/p/128865/ Cytofkit 在版本 3.9 中从 Bioconductor 中删除http://bioconductor.org/about/removed-packages/

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

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