SpidermiR

# https://www.bioconductor.org/packages/release/bioc/html/SpidermiR.html
source("https://bioconductor.org/biocLite.R")
biocLite("SpidermiR")

Error: package or namespace load failed for ‘SpidermiR’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘latticeExtra

https://cran.r-project.org/web/packages/latticeExtra/

> install.packages("latticeExtra")  
--- Please select a CRAN mirror for use in this session ---
Warning message:
package ‘latticeExtra’ is not available (for R version 3.5.1)

Depends: R (≥ 3.6.0), lattice

原文地址:https://www.cnblogs.com/emanlee/p/12556754.html