soumyaray / air

R package to query LLM for R code solutions to problems
Other
13 stars 2 forks source link

Switch from httr to httr2 after vcr update #2

Open soumyaray opened 11 months ago

soumyaray commented 11 months ago

Currently using httr for compatibility with vcr package. We can switch to httr2 once vcr updates to support it. See: https://github.com/ropensci/vcr/issues/237

sckott commented 3 months ago

vcr now supports httr2 with the latest version of vcr on cran (v1.6.0) https://cloud.r-project.org/web/packages/vcr/

soumyaray commented 3 months ago

Thank you @sckott - will make the change soon!

sckott commented 3 months ago

great, let me know if you run into any issues