eblondel / zen4R

zen4R - R Interface to Zenodo REST API
https://github.com/eblondel/zen4R/wiki
Other
44 stars 14 forks source link

Error accessing record #166

Closed longr closed 3 months ago

longr commented 3 months ago

When I try to access a zenodo record, even the examples, I get an error.

> library('zen4R')
> zenodo <- ZenodoManager$new()
> zenodo$getRecordByDOI("10.5281/zenodo.3378733")
Error in if (result$doi == doi) { : argument is of length zero
eblondel commented 3 months ago

What is your sessionInfo? version of zen4R? I tried with the latest zen4R version, R 4.3.0, and it works