Skip to content

[Bioc-devel] BiocParallel: changes to SnowParam(), should it import futile.logger?

1 message · Leonardo Collado Torres

#
Hi,

I noticed that BiocParallel::SnowParam() changed. It now uses the
futile.logger package, but it's only suggested by BiocParallel as seen here
https://github.com/Bioconductor/BiocParallel/blob/master/DESCRIPTION#L19
This leads to some errors as shown at
https://travis-ci.org/lcolladotor/derfinder/builds/54192145#L3570-L3571

Hopefully futile.logger can be imported. I mean, hopefully selectively
importing futile.logger is a quick task.

Thanks,
Leo