[Bioc-devel] error regarding splitAsList from IRanges packages
Hi I have a build error for RNAmodR package, which was just added to the Bioc git repo and was build for the first time for 3.10. https://bioconductor.org/checkResults/3.10/bioc-LATEST
No methods found in package ?IRanges? for request: ?splitAsList? when loading ?ensembldb? Error: object 'splitAsList' is not exported by 'namespace:IRanges'
I never encountered this particular error during the review process so I am bit out of my depth. If I read this error correctly, it was triggered trying to load the ensembldb package (which is an indirect dependency). However, ensembldb did build correctly and splitAsList is as far as I know also exported from IRanges. IRanges also build correctly. Thanks for any advice or a pointer, how I can debug this? Best regards, Felix