See npm scripts in package.json
npm run-script buildnpm testUse fd and entr to watch for changes in src/ or test/.
Run tests when an existing file changes.
fd . src/ test/ | entr -c npm test
The test/fixtures directory contains flatfile examples of expected inputs, intermediates, and results.
good_data.csvGood input datagood_df.csvProcessed input data into data frame (array of row objects)good_components.csvCalculated componentsgood_measures.csvCalculcated measuresgood_maptg.csvFinal long format for upload