nbastatR icon indicating copy to clipboard operation
nbastatR copied to clipboard

README update for multiprocess deprecation

Open hdblcr opened this issue 4 years ago • 0 comments

When running get_logs using the recommendations on README, below, I get a warning.

README Recommendations

library(future)
plan(multiprocess)

Warning Message

Warning: Strategy 'multiprocess' is deprecated in future (>= 1.20.0). Instead, explicitly specify either 'multisession' or 'multicore'. In the current R session, 'multiprocess' equals 'multisession'.

Please update the README recommendations to indicate whether to use multisession (probably) or multicore.

Thanks for the great package!

hdblcr avatar Jan 04 '22 21:01 hdblcr