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
It yields this error:
Error in vapply(x$rank, function(z) which_rank(z), 1) :
les valeurs doivent être d'une longueur 1,
mais FUN(X[[14]]) a une longueur 0
I retrieved all children from AphiaID 123165 and it seems that the problem comes from the rank
id = 155 , rank = "supertribe" which appears to be missing in worrms_ranks.
Hi,
I encountered the same problem as in issue #821 with the following command:
It yields this error:
Error in vapply(x$rank, function(z) which_rank(z), 1) :
les valeurs doivent être d'une longueur 1,
mais FUN(X[[14]]) a une longueur 0
I retrieved all children from AphiaID 123165 and it seems that the problem comes from the rank
id = 155 , rank = "supertribe" which appears to be missing in worrms_ranks.
The following commands also yield an error:
Error in vapply(x$rank, function(z) which_rank(z), 1) :
les valeurs doivent être d'une longueur 1,
mais FUN(X[[1]]) a une longueur 0
Here it seems that rank: id = 85, rank = "Subterclass" is the reason.
Thanks for the great work, it saved me days of work!!
Session Info
The text was updated successfully, but these errors were encountered: