Re: [Bioc-devel] Fwd: WARNING: Add non-empty \value sections to the following

2021-11-22 Thread Martin Morgan
Linux and macOS use MulticoreParam() by default, and the 'workers' inherit the environment (e.g., loaded packages) of the 'manager'. Windows doesn't support this mode, and instead uses SnowParam() by default; likely you'll be able to reproduce the error on your system by using SnowParam(), perha

[Bioc-devel] Fwd: WARNING: Add non-empty \value sections to the following

2021-11-22 Thread Daniel, Dimitrov
Dear BioConductor developers, Two windows users of a package that I'm developing (soon to be submitted to BioC) have encountered the same error : ``` Error: BiocParallel errors � element index: 1, 2, 3 � first error: invalid length of row names ```