Hi, I'm deprecating argument `earlySignal` from the `future::future()` function. I spotted that you're using it in: https://github.com/karimn/takeup/blob/fa05d93c054f817808c42b6fa22ee03b687096d6/takeup_reduced_sbc.R#L460 To avoid deprecation warnings, just remove `earlySignal = TRUE` from that call.
Hi, I'm deprecating argument
earlySignalfrom thefuture::future()function. I spotted that you're using it in:takeup/takeup_reduced_sbc.R
Line 460 in fa05d93
To avoid deprecation warnings, just remove
earlySignal = TRUEfrom that call.