You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm moving lots of functions to the new parallelly package, cf. futureverse/future#432. I'm still re-exporting these functions in future. However, running revdep checks on furrr 0.2.0 gives the following errors:
These errors will prevent me from going ahead with the new, trimmed future release. The fix is to update import_from(), which I guess you've got from future.apply, to use the less conservative inherits = TRUE;
I'm moving lots of functions to the new parallelly package, cf. futureverse/future#432. I'm still re-exporting these functions in future. However, running revdep checks on furrr 0.2.0 gives the following errors:
These errors will prevent me from going ahead with the new, trimmed future release. The fix is to update
import_from()
, which I guess you've got from future.apply, to use the less conservativeinherits = TRUE
;OTH, why not just do a regular import or use
future::supportsMulticore()
here?The text was updated successfully, but these errors were encountered: