ices-tools-dev / RDBEScore

Provides functions to work with the Regional Database & Estimation System (RDBES)
https://ices-tools-dev.github.io/RDBEScore/
GNU General Public License v3.0
0 stars 4 forks source link

createRDBESDataObject does not work with list of data.tables #196

Closed davidcurrie2001 closed 1 month ago

davidcurrie2001 commented 4 months ago

The documentation for createRDBESDataObject() says that it will work with an input of a list object containing data frames or data.tables however it does not successfully create an RDBESDataObject if I provide it with a list of data.tables. We should either change the code to also work with a list of data.tables, or correct the documentation.

davidcurrie2001 commented 1 month ago

Fixed code to also work with a list of data.tables (and added some tests).