The main changes from version 0.4.5 the previous CRAN release, are:
- Minor edits to documentation.
- Rebuilt manual to comply with HTML 5.
- Recognize Landsat mission
"L9"
as equal to"L8"
as wavelengths are the same. - On bad arguments to parameter
std
the returned value is no-longerNA
(alogical
value) but instead awaveband
object with its wavelength fields set toNA_real_
, as returned by a call towaveband()
. This potentially code-breaking change ensures that the class of the returned objects is the same irrespective of the arguments passed in the call, and that missing values more easily propagate to downstream computations without triggering errors.
Package documentation web site at: https://docs.r4photobiology.info/photobiologyWavebands/
NOTE: The updated package is on its way to CRAN.
Please raise issues concerning bugs or enhancements to this package through Bitbucket at https://github.com/aphalo/photobiologyWavebands/issues/