-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
Error in predict_h_index() #118
Comments
Installing the development version solves the error like
|
Full local function to fix this error @(mgclaros)
|
The development version did not function, but the 'alternative' the function worked fine :-) Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have updated my R 4.2.2 in my aarch64-apple-darwin20 and I always obtain the same error:
predict_h_index("vamErfkAAAAJ")
Error in if (is.na(h)) return(NA) : the condition has length > 1
I located the problem in the function when
And it is said that you should use ifelse in such a case. Would you debug it?
The text was updated successfully, but these errors were encountered: