StoXProject / RstoxFDA

Fisheries Dependent Analysis with Rstox
https://stoxproject.github.io/RstoxFDA
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Uklar feilmelding ConvertWeightBiotic #79

Closed edvinf closed 1 year ago

edvinf commented 1 year ago

Når ConvertWeightBiotic mangler parameter for enkelt produkttyper kommer ikke det tydelig frem i feilmelding. Særlig når produkttype NA forekommer kan det være vanskelig å fortolke.

endre: stop(paste("Not all necessary conversion factors found for species ", species, ". Missing: ", paste(missing, collapse=","), sep=""))

til: stop(paste("Not all necessary conversion factors found for species ", species, ". Missing for product types: ", paste(missing, collapse=","), sep=""))