簡體   English   中英

無法下載“cytofkit”R 包

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

我正在嘗試使用https://bioconductor.riken.jp/packages/3.7/bioc/html/cytofkit.html參考安裝“cytofkit”R-package

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

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

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

似乎沒有任何效果。 請建議該怎么做。

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

錯誤:

警告消息:1: package 'cytofkit' 不適用於 Bioconductor 版本 '3.14'

根據此處提供的答案: 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