lanl / NEONiso

R package for calibrating NEON atmospheric isotope data
https://lanl.github.io/NEONiso/
GNU General Public License v3.0
2 stars 2 forks source link

added the minimum observation number (min_nobs) parameter #92

Closed NDurden closed 1 year ago

NDurden commented 1 year ago

@rfiorella, do you have any idea about the timeline to release this change? We are testing the iso correction and it would be good to include this change as well.

rfiorella commented 1 year ago

@NDurden my goal is for these changes to be entirely "under-the-hood" and so hopefully shouldn't affect the high-level functions (and your workflow). It will probably provide more tuning options that will allow you to tweak calibrations from your workflow rather than requiring changes to functions within NEONiso.

I'm hoping to release 0.7 by the end of next month (October) - though you can test to see if any of these changes break your workflow by using branch rc-0.7 at any time. I try to keep CI so that it's always passing on all branches right now - if you find something breaks, let me know and I'll try to add a test to the CI.

rfiorella commented 1 year ago

perhaps same CI issue as last PR - merging, closing, and fixing CI on branch if necessary.