ropensci / openalexR

Getting bibliographic records from OpenAlex
https://docs.ropensci.org/openalexR/
Other
89 stars 19 forks source link

update oa_query and oa_request examples #203

Closed trangdata closed 5 months ago

trangdata commented 5 months ago

Closes #202

yjunechoe commented 5 months ago

Unrelated, but FYI both devtools::check() and urlchecker::url_check() are throwing a warning for the link to the Midjourney website at the end of the readme - it's not a dead link so not sure what the issue is but just noting for future since CRAN can get picky about urls.

✖ Error: README.md:607:40 403: Forbidden
Package hex was made with [Midjourney](https://www.midjourney.com/home/)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
trangdata commented 5 months ago

Thanks @yjunechoe! Where do you see this warning? I ran both functions and am not seeing this error.

yjunechoe commented 5 months ago

Oh huh maybe this was just me! On second thought, the GHA should also catch this (and all passed) so maybe not an actual issue. I'll see if I can reproduce it when I'm back on my computer (btw that specific output I copied was from url_check())