ropensci / taxa

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

Fixed print bug in Taxon (authority). #134

Closed grabear closed 6 years ago

grabear commented 6 years ago

Update the way Taxon prints the "authority".

Description

While it is still contained within the Taxon object, authority does not print to console properly. The print function uses the private list, which does not contain the authority attribute. However, self does and was used to fix the bug.

zachary-foster commented 6 years ago

Thanks @grabear !