Warning in install.packages : package ‘EBImage’ is not available (for R version 3.2.4 Revised)
what to do now any help,please guide me.
Warning in install.packages : package ‘EBImage’ is not available (for R version 3.2.4 Revised)
what to do now any help,please guide me.
Install the latest release of R, then get the latest version of Bioconductor by starting R and entering the commands
install.packages("BiocManager")
BiocManager::install("EBImage")
library(EBImage)
Install specific packages, e.g., “GenomicFeatures” and “AnnotationDbi”, with
BiocManager::install(c("GenomicFeatures", "AnnotationDbi"))