Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utility for package exactextractr, which has non-exportable objects #768

Open
GatesDupont opened this issue Feb 22, 2025 · 1 comment
Open

Comments

@GatesDupont
Copy link

One package with non-exportable objects is exactextractr, which offers the fastest raster extractions.

On your page, https://future.futureverse.org/articles/future-4-non-exportable-objects.html, you asked people report such instances.

@HenrikBengtsson
Copy link
Collaborator

Thanks for sharing. I'd love to add this to the list, but I'd probably need your help since I'm to well versed in the spatial field. What I need it a minimal reproducible example that illustrate the problem. Maybe some similar to the example for raster that results in:

f <- future({
  print(dim(r))
  print(dim(s))
})
Error: Detected a non-exportable reference ('externalptr') in one of the
globals ('s' of class 'RasterLayer') used in the future expression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants