worldbank / pipr

R client to the PIP API
https://worldbank.github.io/pipr
Other
12 stars 4 forks source link

Get rid of get_aux() message #19

Open tonyfujs opened 2 years ago

tonyfujs commented 2 years ago

image

Aeilert commented 2 years ago

Hey @tonyfujs,

I'm not able to reproduce this. Maybe you could post the output of sessionInfo() and loadedNamespaces() as well.

Regardless if would think the culprit here is tmp_rename_cols() which is the only place we are referencing data.table at the moment.

shahronak47 commented 2 years ago

Does this happen only on this call or can this be reproduced with other calls as well like pipr::get_aux('gdp') ? I am failing to reproduce this either.