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
Hi,
First of all great thanks for this amazing package.
I am having a problem with the cr_journals function call with an issn argument. I suspect this has to do with the crossref api not returning any details for a particular issn. If you try to run
the function : cr_journals("0413-6597")
will return an error message as follows:
Error in x$flags : $ operator is invalid for atomic vectors
In addition: Warning message:
404: Resource not found.
I suspect it has to do with error handling for a 404 responce, is there a way to circumvent this issue ?
The text was updated successfully, but these errors were encountered:
Thanks for the report ! That function and others loop internally so users can pass in many DOIs/ISSNs/etc. - on failure for any one we just throw a warning, but don't stop the function progress - this particular bug we didn't catch appropriately, looking at it now
various other small changes to fix other fxns including giving back NULL instead of NA on no result
tidying on cr_search, which may actually be defunct soon, that URL is down
better error message now, gives DOI/ISSN/etc of the ones that fail
bump dev version
Hi,
First of all great thanks for this amazing package.
I am having a problem with the cr_journals function call with an issn argument. I suspect this has to do with the crossref api not returning any details for a particular issn. If you try to run
the function :
cr_journals("0413-6597")
will return an error message as follows:
I suspect it has to do with error handling for a 404 responce, is there a way to circumvent this issue ?
The text was updated successfully, but these errors were encountered: