The envir field of Future objects is going away. It's not needed. It's just an as-is record of the envir argument of future(). The envir argument is used to look up globals via environment envir, which happens when the future is created. After that, envir is not longer needed.
Packages that rely on the envir field
CRAN
The
envirfield of Future objects is going away. It's not needed. It's just an as-is record of theenvirargument offuture(). Theenvirargument is used to look up globals via environmentenvir, which happens when the future is created. After that,enviris not longer needed.Packages that rely on the
envirfieldCRAN