ropensci / rfisheries

package for interacting with fisheries databases at openfisheries.org

Home Page:https://docs.ropensci.org/rfisheries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data format broken

karthik opened this issue · comments

In the new version of the package species_codes() returns a data.frame but each columns is a list. This issue was never caught by the tests. It's an artifact of switching from plyr to base. Need to coerce each column out of a list before converting to data.frame.

Fixed in version 0.0.6