Skip to content

data.table: another non-exportable object. #563

Discussion options

You must be logged in to vote

Hi. I think you have:

options(future.globals.onReference = "error")

set when doing this, cf. ?future::future.options. Because without that set, the future framework will not look for "non-exportable reference" and therefore not throw an error in this case.

Section 'Packages that rely on external pointers' of the 'Non-Exportable Objects' vignette mentions data.table as a special type of objects holding "external pointers" but still can be exported (back and forth).

I hope this helps

PS. Please have a look at https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax on how to format your code examples here i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JamesThompsonC
Comment options

Answer selected by JamesThompsonC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #562 on December 06, 2021 20:54.