Version 0.2.6 is a maintenance update, fixing compatibility with recent versions of ‘dplyr’ and the just reelased ‘photobiology’ 0.10.14. It also includes minor enhancements to the interactive user interface (UI) of function acq_irrad_interactive()
. OceanInsight recently released version 2.70 of OmniDriver, and removed some functions from the API. For the time being, keep using version 2.56 that is known to work.
Main changes compared to version 0.2.5 are:
- Track changes in ’photobiology >= 0.10.14.
- Fix for deprecated functions in ‘dplyr’ >= 1.0.0.
-
Revise UI of
acq_irrad_interactive()
to avoid accidental overwrite of data files, and really do not save any data for discarded spectra. - Tested working with OmniDriver 2.56.
- DOES NOT WORK yet with OmniDriver 2.70, please use older versions.
Full change history is available at: https://docs.r4photobiology.info/ooacquire/news/index.html
NOTE: This package is NOT available through CRAN.
This package is available through the r4photobiology repositoryand through GitHub.
INSTALLATION:
Please, see the README page for details of requirements
Note: this version needs a recently released ‘rOmniDriver’ version (version 2.56 is known to work), but not the latest ones (version 2.70 is know not to work). If OminiDriver is already installed it may need to be upgraded (or downgraded) before updating or installing ‘ooacquire’ >= 0.2.3.
- From the binary or source packages of the released version from the CRAN-compatible repository at http://r.r4photobiology.info/.
- From sources of the under development version retrieved from the Git repository at GitHub. Version tags indicate the releases.
devtools::install_github("aphalo/romnidriver")
devtools::install_github("aphalo/ooacquire")
Please raise issues concerning bugs or enhancements to this package through GitHub at https://github.com/aphalo/ooacquire/issues