eblondel / zen4R

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

ZENODO variable doesn't exist in the code in 'depositRecordVersion' #57

Closed lwjohnst86 closed 2 years ago

lwjohnst86 commented 2 years ago

I kept encountering an error about not finding the object "ZENODO". Looked into it and it was because the code uses ZENODO, but should actually be zenReq.

eblondel commented 2 years ago

Thanks @lwjohnst86 indeed there is a mistake., but your suggestion is not ok. as the method is not associated to the zenodo request but to the manager. I wil convert this in issue and fix it right now, probably doing a quick publication to CRAN for this fix. Thanks a lot for highlighting this.