Najko Jahn

Results 51 comments of Najko Jahn

Sorry to hear @ajorstad . I will reach out to Unpaywall team, seems that the API get stuck somehow

Unpaywall Data has had some occasional slow downs recently due to heavy use, but the underlying infrastructure will be updated in the next weeks. In the meanwhile, you could try...

Hi @tts Just recently, there has been an update of httr, [httr2](https://httr2.r-lib.org/), which has a great tutorial how to wrap APIs. The tutorial shows how to deal with rate limits:...

https://stackoverflow.com/questions/56782045/how-to-trim-white-spaces-when-trimws-is-not-working

What is your `sessionInfo()` after `library(roadoi)` on a fresh session please? On Tue, 15 Oct 2019 at 17:22, Markus Skyttner wrote: > > I ran into this issue after installing...

Great, glad it works for you! On Tue, 15 Oct 2019 at 18:35, Markus Skyttner wrote: > In a fresh R session, I can now run that code from the...

Thanks for reporting this bug @rkrug . Should be fixed now

Thanks for bringing this up. I also wondered what is meant by blue OA. I found the following example https://api.oadoi.org/10.1016/j.bpj.2012.11.2487 ``` { "results": [ { "_best_open_url": "http://doi.org/10.1016/j.bpj.2012.11.2487", "_closed_base_ids": [], "_closed_urls":...

Good to know, will add it to documentation together with a note that oa colour blue is quite unusual.

Hi @covid19ec , calling `verbose = TRUE` gives you some more information about your request, including rate limits. Usually, you should be able to perform 50 requests a second. ```r...