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

Does createTableOfRDBESIds() need to be exported? #205

Open davidcurrie2001 opened 1 month ago

davidcurrie2001 commented 1 month ago

Does the function createTableOfRDBESIds() need to be exported by the package? It looks like an internal function which is only used by the generateZerosUsingSL() function.

davidcurrie2001 commented 1 month ago

I've removed the @export from createTableOfRDBESIds()

Kasia-MIR commented 3 days ago

This function is used in RDBESvisualise preprocessSamplingDataForCoverage(). The preprocessSamplingDataForCoverage() is used in produceSamplingCoverage() and summaryBiologicalVar(under develepment).