I want to use EBImage package but it says it is not available for my version of R

Varun Singh picture Varun Singh · May 14, 2016 · Viewed 9.1k times · Source

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.

Answer

aoles picture aoles · May 24, 2016

EBImage is distributed as part of the Bioconductor project. To install the package use

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