Skip to content

0.6.2 CRAN Release

Compare
Choose a tag to compare
@rfiorella rfiorella released this 14 Aug 02:40
· 48 commits to main since this release
  • This will be the last release that has the *_by_month functions! They have deprecated for about a year, and will be removed before next release. Use calibrate_carbon (mature) or calibrate_water (experimental).
  • Adds an argument to manage_local_EC_archive that allows checking out specific releases (e.g., RELEASE-2023) instead of release + provisional. To check out all data, set to NULL.
  • Exports get_Rstd, a helper function to return the heavy-to-light isotope ratio of the relevant international standard.
  • Allows use of the useFasttime argument in dependency neonUtilities::stackEddy, for neonUtilities >= 2.3.0. stackEddy(useFasttime = TRUE) is ~3x faster on large datasets than stackEddy(useFasttime = FALSE), which improves performance significantly when trying to work on larger timeseries in the NEON archives.
  • Adds new cross-validation error metrics to linear regression calibration method for carbon. Note that these metrics are still to be considered experimental and may continue to change.