Skip to content

OpenSpecy 1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zsteinmetz zsteinmetz released this 01 Sep 19:50
· 173 commits to main since this release
3efca61

New Features

  • Complete package, app, and SOP overhaul!
  • The Shiny app has been outsourced to an own GitHub repository:
    https://github.com/wincowgerDEV/OpenSpecy-shiny
  • Spectra are now stored in dedicated OpenSpecy objects, which can be managed
    with a set of new functions including c_spec() for concatenating spectra or
    converting them back to tables
  • Various functions have been renamed and improved, for instance, to facilitate
    reading (and writing) spectral files
  • New functions include def_features() to identify microplastics in spectral
    maps and ai_classify() to use AI for matching/identifying spectra

Minor Improvements

  • Added pkgdown documentation
  • Added code coverage tests