tdhock / PeakSegDisk

Disk-Based Constrained Optimal Segmentation For Peak Detection in Huge Genomic Data
4 stars 3 forks source link

future::multiprocess is defunct #13

Closed HenrikBengtsson closed 11 months ago

HenrikBengtsson commented 2 years ago

Hi. The 'multiprocess' future strategy is deprecated, in favor of either ‘multisession’ or ‘multicore’, since future 1.20.0 (2020-10-30). It'll eventually become defunct. I spotted that PeakSegDisk uses 'multiprocess' is a few places;

https://github.com/tdhock/PeakSegDisk/search?q=multiprocess&type=code

Please update to 'multisession' (or 'multicore') instead.

HenrikBengtsson commented 1 year ago

Friendly reminder; 'multiprocess' has been deprecated since 2020-10-30.

HenrikBengtsson commented 1 year ago

FYI, future 1.32.0, which makes multiprocess defunct, is now on CRAN.