Re: [Bioc-devel] Windows-specific Function Not Found Error

2021-10-12 Thread Dario Strbenac via Bioc-devel
Hello, Ah, I had a few different uses of MultiAssayExperiment::colData in a particular function of the package, but one line had only colData without the scoping in front. I wish that R error messages displayed R file names and line numbers more often. -- Da

Re: [Bioc-devel] Windows-specific Function Not Found Error

2021-10-12 Thread Martin Morgan
Remember that Windows doesn�t have �forked� parallelism; all processes are running in separate processes where the functions in use need to be made explicitly available. Likely you can emulate this error on non-windows by using �SnowParam()� instead of MulticoreParam(), e.g., > library(Summari