You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When I try to access a zenodo record, even the examples, I get an error.