Najko Jahn

Results 51 comments of Najko Jahn

Hi @ppolischuk can you confirm that returning all facets calling https://api.crossref.org/journals/1803-2427/works?facet=t will be no longer supported?

Hi @ppolischuk, Thanks for catching up. I am also unsure about how and to which extent it was used. As a fix, I pasted all valid facets together instead of...

{rcrossref} dev version was updated to reflect Crossref's REST API updates for the public and polite pool. The package will be prepared for CRAN submission in the upcoming weeks.

Hi @willguest, Thanks for your report. Can you please provide a [reproducible example](https://reprex.tidyverse.org/). I cannot reproduce your report: ``` r library(rcrossref) cr_works(query = "ecology", flq = c(query.author = 'Boettiger')) #>...

it is related to #216 and changes have become effective today for people not using the Polite or Metadata Plus pool. @rossmounce add your email address and then your request...

{rcrossref} was updated to reflect Crossref's REST API updates for the public and polite pool #216 . Please install the dev version: ```r remotes::install_github("ropensci/rcrossref") ```

Hi @MrBungle-Codes please re-install rcrossref using the dev version. ```r remotes::install_github("ropensci/rcrossref") ```

Yes, please install dev version. Still not updated the version on CRAN

Thanks for your report, I can confirm this API behavior. As it seems to be a server issue, I think I won't be able to fix this. Maybe the option...

Great, thank you @FlukeAndFeather will wait for the crul merge!