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
I tried to look up flower-related traits of Olea europaea, however, for the trait "flower_colour_fr", an error was raised. Here is the code and outcome.
Error in `.rowNamesDF<-`(x, value = value) :
duplicate 'row.names' are not allowed
In addition: Warning message:
non-unique value when setting 'row.names': ‘Olea europaea’
On the other hand, though no value, there is no problem for other traits:
tr8(species_list = "Olea europaea", download_list = "Flower.Color",
allow_persistent = TRUE)
# the outcome is:
# Flower.Color
# Olea europaea <NA>
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue: it should have been fixed now in the current 'master' branch here.
Could you please try again using the github devel version (as explained on the main page) and let me know if it works for you? If so, I'll submit the revised version to CRAN.
Thanks.
I tried to look up flower-related traits of Olea europaea, however, for the trait "flower_colour_fr", an error was raised. Here is the code and outcome.
The outcome is:
On the other hand, though no value, there is no problem for other traits:
The text was updated successfully, but these errors were encountered: