Releases: lanl/NEONiso
Releases · lanl/NEONiso
Olympus
This release is the first version of NEONiso to be on CRAN. Major changes from 0.3:
- simplified carbon calibration routines, to make the code more readable and testable.
- calibrate_carbon_Bowling2003 and calibrate_carbon_linreg have been removed, and combined into
a single calibrate_carbon_bymonth function, with the method used specified in a function argument. - the diagnostic packages have been spun out to their own package, as I'm not sure of their broad utility. They can be found on github at github.com/rfiorella/neonIsoDiag
- new vignette provides an example workflow of how these functions are meant to be used.
Farnsworth
Release and code freeze for revised manuscript looking at carbon calibration techniques. Notable improvements include: a) implementation of routines to correct known/suspected bad reference values, b) initial version of a function to help manage a local NEON EC archive (and prune duplicate site months when they occur due to different publication dates).
Ophir
Incremental release fixing several "cosmetic" issues:
- adds travis CI and Zenodo DOI hooks.
- improves code style consistency w/ lintr::lint_package() to improve readability.
- fixes NAMESPACE warnings and notes generated by R CMD CHECK (though a few persist re: global variable bindings and some Roxygen tags).