Hello,
future::availableCores() is a re-export of parallelly::availableCores() since 2020. My plan is to eventually remove it from the future package. When you have time, please update your package to use parallelly::availableCores() instead of future::availableCores().
For example,
|
n.cores = floor(future::availableCores() / 2) |
Hello,
future::availableCores()is a re-export ofparallelly::availableCores()since 2020. My plan is to eventually remove it from the future package. When you have time, please update your package to useparallelly::availableCores()instead offuture::availableCores().For example,
sovereign/R/var_irf.R
Line 241 in d125721