r-lib / gh

Minimalistic GitHub API client in R
https://gh.r-lib.org
Other
223 stars 52 forks source link

Use httr2 cache #205

Closed hadley closed 2 months ago

hadley commented 2 months ago

This is really simple to implement but I think it probably needs some way to suppress and it might cause problems with R CMD check. Maybe an option?

Fixes #203

gaborcsardi commented 2 months ago

I think we can have an option to opt out, and we don't run any examples or tests on CRAN, so that part is fine. OTOH tests are failing now.

hadley commented 2 months ago

The failing tests are why you shouldn't develop HTTP based packages on a plane 😄. I'll fix them tomorrow.

gaborcsardi commented 2 months ago

Thanks!