hansenlab / minfi

Devel repository for minfi
58 stars 70 forks source link

Trouble with B4 manifest file EPIC #162

Closed RKLAUSH closed 6 years ago

RKLAUSH commented 6 years ago

After following steps as decribed in Manifest file update in minfiEPIC - 21 june 2017 I keep getting the following warning message: package ‘IlluminaHumanMethylationEPICanno.ilm10b4.hg1’ is not available (for R version 3.5.0)

I am not very experienced with R, but I was wondering if am doing something wrong, or if I should just wait a while?

I hope someone knows more and is willing to help!

kasperdanielhansen commented 6 years ago

Have you installed the package?

source("https://www.bioconductor.org/biocLite.R")
biocLite("IlluminaHumanMethylationEPICanno.ilm10b4.hg19")

Note that the output has a missing 9 at the end where it says hg19. Perhaps the only thing wrong is a typo?

RKLAUSH commented 6 years ago

Yes the only thing wrong was a typo... thanks for your help!