Re: [Bioc-devel] mcols Function Not Found for Windows Build

2018-03-15 Thread Hervé Pagès
Hi Dario, You're missing several imports. The CHECK results on the other platforms contains "no visible global function definition" notes for several symbols including 'mcols': https://bioconductor.org/checkResults/3.7/bioc-LATEST/ClassifyR/malbec2-checksrc.html Not sure why these missing

[Bioc-devel] mcols Function Not Found for Windows Build

2018-03-15 Thread Dario Strbenac
Good day, I notice an error happening when the vignette of ClassifyR is checked by tokay2. mcols is not found. I viewed the check reports of S4Vectors, and there are some Warnings for all operating systems, but no platform has Error, so it's unlikely to be related to the problem. Is there a