worldbank / pipr

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

Don't modify global environment #61

Open tonyfujs opened 1 year ago

tonyfujs commented 1 year ago

CRAN policies do not allow for the modification of the Global Environment. This is what pipr currently does in zzz.R to handle caching. We need to find a different to handle caching that does not modify the Global Environement.