genomicsclass / labs

Rmd source files for the HarvardX series PH525x
http://genomicsclass.github.io/book
MIT License
2k stars 1.94k forks source link

Trouble building biocintro_5x / bioc1_iranges.Rmd #62

Closed shwetagopaul92 closed 7 years ago

shwetagopaul92 commented 7 years ago

@vjcitn Building the biocintro_5x / bioc1_iranges.Rmd throws an error:

Error in elementLengths(grl) : could not find function "elementLengths" Calls: ... handle -> withCallingHandlers -> withVisible -> eval -> eval Execution halted

elementLengths() has been replaced with elementNROWS() in the latest IRanges package.

shwetagopaul92 commented 7 years ago

Changed elementLengths() to elementNROWS()

vjcitn commented 7 years ago

Thanks, this is now fixed and committed.