jonthegeek / rapid

R 'API' documents
https://rapid.api2r.org/
Other
6 stars 1 forks source link

Bump {tibblify} package dependency to latest stable release #92

Open jimbrig opened 5 months ago

jimbrig commented 5 months ago

Just noticed this when installing the package:

pak::pkg_install("jonthegeek/rapid")

image

jonthegeek commented 5 months ago

Unfortunately that's intentional. I need to get rid of the tibblify dependency entirely because the needed functionality has not made it into the stable release, and I don't want to count on it getting there.

jimbrig commented 5 months ago

ah gotcha, I assumed you knew something I didn't know! apologies, i will close my PR.

Continue the great work! Looking forward to more API content in the future, so helpful.

jonthegeek commented 5 months ago

Hmm. Tests didn't fail with your PR. I suspect that means the tests are insufficient, but I need to confirm!