We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When prefixes are not found, no object is created
prefixNames <- cr_prefixes(prefixes = c("10.1038", "10.1684", "10.1109")) Error in x[sapply(x, function(y) if (is.null(y) || length(y) == 0) TRUE else FALSE)] <- NA : invalid subscript type 'list' In addition: Warning message: 404: Resource not found. - (prefixes/10.1684)
Maybe my poor knowledge of R?
regards
The text was updated successfully, but these errors were encountered:
thanks, looks like a bug, i'll have a look
Sorry, something went wrong.
bfa84ef
@globbestael reinstall devtools::install_github("ropensci/rcrossref") and try again, should be fixed
devtools::install_github("ropensci/rcrossref")
Thanks. Works OK now.
No branches or pull requests
Hi,
When prefixes are not found, no object is created
Maybe my poor knowledge of R?
regards
The text was updated successfully, but these errors were encountered: