I am trying to use library "EBImage". While loading the package into Rstudio console, it throwing error "package or namespace load failed for ‘EBImage’ in rbind(info, getNamespaceInfo(env, "S3methods")): number of columns of matrices must match (see arg 2)". I am not able to fix this problem by looking at information given in post : "Error in rbind(info, getNamespaceInfo(env, "S3methods")) when installing factoextra" on stackoverflow.
I just downloaded R 3.6.0. Earlier I was using R 3.5 version After upgrading to R 3.6.0 getting such an error.
library("EBImage")
just wanted to load "EBImage" into the R environment.
Thanks a lot.