tarakc02 / ratelimitr

Rate limiting for R functions
Other
40 stars 0 forks source link

When using in another package -- Error: external pointer is not valid #6

Closed tarakc02 closed 7 years ago

tarakc02 commented 7 years ago

Everything has been working fine in the unit-tests and in sample code, so I didn't notice until now that when using ratelimitr::limit_rate in other packages, I get

Error: external pointer is not valid

I have not yet been able to re-create the problem by just source()-ing a script file.

Researching now.