ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

repeated inputs do not return repeated outputs in many funcs #88

Closed zachary-foster closed 6 years ago

zachary-foster commented 6 years ago
Browse[2]> ex_taxmap$subtaxa(c(1, 1))
$b
 [1]  3  7 12  8 13  4  9 14  5 10 15

Browse[2]> ex_taxmap$supertaxa(c(1, 1))
$b
integer(0)

Browse[2]> ex_taxmap$roots(c(1, 1))
[1] 1

I think I know what is going on