error during loading of minfi package
1
0
Entering edit mode
sinha.puja ▴ 10
@sinhapuja-18708
Last seen 4.6 years ago

Hi..I tried to load minfi package in Rstudio, but the loading says error: 

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

And when I tried to run the command, it gives me following error:

CruzMethylationSampleSheet <- read.metharray.sheet("C:/Users/sinha.puja/Desktop/baseDir2")
Error in read.metharray.sheet("C:/Users/sinha.puja/Desktop/baseDir2") : 
  could not find function "read.metharray.sheet"

Any one who have similar error or knows how to resolve it then please help me because earlier the same works fine but now I am having issues.

software error • 699 views
ADD COMMENT
1
Entering edit mode
shepherl 4.0k
@lshep
Last seen 8 hours ago
United States

It seems to suggest you are missing the dependency package "readr". Please try BiocManager::install("readr")

ADD COMMENT

Login before adding your answer.

Traffic: 1043 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6