irudnyts / openai

An R package-wrapper around OpenAI API
https://irudnyts.github.io/openai/
Other
164 stars 28 forks source link

Remove R >4.2 version dependency #28

Closed JamesHWade closed 7 months ago

JamesHWade commented 1 year ago

I'm working on a package that depends on your great work! Some users with R <4.2 would like to use it.

I've removed the dependency in the DESCRIPTION file, added revdep checks, and bumped the R CMD checking the "standard" from {usethis} (that's what caught the issue for me).

Again, really nice job with this package!

irudnyts commented 1 year ago

Hey! Thanks for the PR. I will merge it when will work on the next version.