soumyaray / air

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

Switch from httr to httr2 after vcr update #2

Open soumyaray opened 1 year ago

soumyaray commented 1 year 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 4 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 4 months ago

Thank you @sckott - will make the change soon!

sckott commented 4 months ago

great, let me know if you run into any issues