Skip to content

Releases: lanl/NEONiso

Olympus

19 Mar 15:41
Compare
Choose a tag to compare

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

01 Dec 23:48
3253192
Compare
Choose a tag to compare

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

02 Jun 19:08
Compare
Choose a tag to compare

Incremental release fixing several "cosmetic" issues:

  1. adds travis CI and Zenodo DOI hooks.
  2. improves code style consistency w/ lintr::lint_package() to improve readability.
  3. fixes NAMESPACE warnings and notes generated by R CMD CHECK (though a few persist re: global variable bindings and some Roxygen tags).

oquirrh

21 May 00:25
Compare
Choose a tag to compare

Initial release of the NEONiso package, v0.1. This version was used to generate the NEON carbon isotope data used in a paper to be submitted to JGR-Biogeosciences. This release will be updated with citation information when available.