jokergoo / rGREAT

GREAT Analysis - Functional Enrichment on Genomic Regions
https://jokergoo.github.io/rGREAT
Other
81 stars 11 forks source link

Error in submitGreatJob(gr) : lazy-load database '/Users/mtang1/Library/R/3.2/library/GetoptLong/R/GetoptLong.rdb' is corrupt #6

Closed crazyhottommy closed 8 years ago

crazyhottommy commented 8 years ago

I just found another awesome package by you :) I had a try and got an error.


#library(devtools)
#install_github("jokergoo/rGREAT")
library(rGREAT)

job<- submitGreatJob(gr)
Error in submitGreatJob(gr) : 
  lazy-load database '/Users/mtang1/Library/R/3.2/library/GetoptLong/R/GetoptLong.rdb' is corrupt
In addition: Warning messages:
1: In submitGreatJob(gr) : restarting interrupted promise evaluation
2: In submitGreatJob(gr) : internal error -3 in R_decompress1

Thanks, Ming

jokergoo commented 8 years ago

I think it is an error of R itself. Can you re-install GetoptLong?

crazyhottommy commented 8 years ago

After reinstall it, it is working. Playing around with it now.

Thanks, Ming