-
Notifications
You must be signed in to change notification settings - Fork 4
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 CAS search #5
Comments
Did you manage to find a solution? I am also encountering the same error for some species.. |
I used the code below to know which species was the last that passed through the search, them searched the species or genus in CAS to see what happened. Some where writing mistakes, but the majority were old names that were not used, but you can trace the history in CAS site. I took the last valid name to replace the species names with problem and it worked well.
|
Now search_cas() returns a message for matches not found
Hi, I have been using the program for several orders of fish and, in some of them, the search has some error, at first I thought that it could be caused by some special character (and I'm still checking for them), but now I saw the same message to the following search. Specificity
with "Colomesus asellus" or "Colomesus".
Error in
dplyr::mutate()
:ℹ In argument:
species = stringr::str_split(content, "\\. ", simplify = T)[, 1]
.Caused by error in
stringr::str_split(content, "\\. ", simplify = T)[, 1]
:! subscript out of bounds
Run
rlang::last_trace()
to see where the error occurred.Error in
dplyr::mutate()
:ℹ In argument:
species = stringr::str_split(content, "\\. ", simplify = T)[, 1]
.Caused by error in
stringr::str_split(content, "\\. ", simplify = T)[, 1]
:! subscript out of bounds
Run
rlang::last_trace()
to see where the error occurred.Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 2 hidden frames.
Backtrace:
▆
<fn>
(<sbscOOBE>
)The text was updated successfully, but these errors were encountered: