Skip to content
Prev 18673 / 21312 Next

[Bioc-devel] printing GRanges fails

Hi Oleksii,

This was caused by the serialized object in ramr/data/ramr.rda being 
out-of-sync with the latest changes in S4Vectors (DataFrame became a 
virtual class in S4Vectors 0.33.3). See

 
https://bioconductor.org/help/course-materials/2019/BiocDevelForum/02-DataFrame.pdf

for the motivation behind this change.

Many packages contain serialized S4 objects with this problem. Most of 
them got fixed in devel already. Yours was fixed today (ramr 1.3.1, 
commit 6f30c30) so the error should clear on tomorrow's build report.

Make sure to resync your GitHub repo with the ramr repo at 
git.bioconductor.org by following the instructions described here:

   https://bioconductor.org/developers/how-to/git/

Cheers,
H.
On 21/11/2021 07:28, Oleksii Nikolaienko wrote: