Hello, I am attempting to submit a new package, and everything builds correctly against R 3.5 and release bioconductor, but the package build is failing in devel due to a dependent package. The build error is:
Quitting from lines 52-56 (vignettes.Rmd) Error: processing vignette 'vignettes.Rmd' failed with diagnostics: invalid class "VCFHeader" object: 'info(VCFHeader)' must be a 3 column DataFrame with names Number, Type, Description --- failed re-building 'vignettes.Rmd' Which I can reproduce locally when building against devel but I'm not sure what do you as the offending line is: vcf <- VariantAnnotation::readVcf(vcf.file, "hg19")The VCF itself is valid (in that it complies with the VCF specifications), and has been parsing just fine in my unit tests since May 2016, it's just failing in devel. Presumably this is a blocker for package acceptance but I'm not sure exactly how to proceed given the change is not in my package. Should I be raising an issue against VariantAnnotation and hoping it gets resolved fast enough for my package to go in this round, or should I also be doing something else? Thanks Daniel [[alternative HTML version deleted]] _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel