Closed longr closed 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
What is your sessionInfo? version of zen4R? I tried with the latest zen4R version, R 4.3.0, and it works
sessionInfo
When I try to access a zenodo record, even the examples, I get an error.