SWS-Methodology / faoswsProduction

Repository to contain the code for imputing production data in the statistical working system.
0 stars 1 forks source link

Expand function ensureProductionInputs #112

Closed mkao006 closed 8 years ago

mkao006 commented 8 years ago

Currently the function only checks colnames, we will check flag and value consistencies.

This ensures the production module will not produce further bugs to fix due to erroneous input data.

mkao006 commented 8 years ago

Should also create a module for this.

mkao006 commented 8 years ago

Zero yield in the input data should be an error, remove removeZeroYield in the processProductionDomain.

mkao006 commented 8 years ago

Function expanded and now based on the faoswsEnsure package.