Widen scope to anything that can deserialise to an arbitrary R object.
TimTaylor opened this issue · 2 comments
TimTaylor commented
E.g. No reason you couldn't get the same with the qs package deserialisation (AFAICT)
hrbrmstr commented
I have no context for that assertion. And, relying on a third-party package that has compiled C code is not something I'm likely interested in. Please feel encouraged to toss that out as an alternative solution if it is indeed an alternative solution.
TimTaylor commented
No worries. My short issue probably didn't make sense. To clarify what I meant is that qs is quite a popular package for serialising R objects and will trigger the same behaviour when deserialising a promise (assuming I've understood the poc correctly). Will close though to avoid noise.