Skip to content

Commit

Permalink
Updated NEWS and CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinmetz committed Aug 29, 2023
1 parent 423c8d1 commit b19fbc5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# OpenSpecy 1.0.0

## 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
- 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


# OpenSpecy 0.9.5

## Bug Fixes
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* manjaro linux 5.19.7-1 (local), R-4.2.1
* manjaro linux 6.3.13-2 (local), R-4.3.1
* macOS latest (via GitHub Actions), R-release
* ubuntu latest (via GitHub Actions), R-devel
* ubuntu latest (via GitHub Actions), R-release
Expand All @@ -15,7 +15,6 @@

## Comments

DOI links do not pass remote checks although they resolve fine using a web
browser
'wavenumber' not misspelled in DESCRIPTION (47:62)

For further details, see NEWS file

0 comments on commit b19fbc5

Please sign in to comment.