The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
cwt() incorrectly flattened
matrix/data.table input into a single row
because is.numeric() also returns TRUE for
numeric matrices, causing the result to be returned as a plain vector
instead of a data.table.cwt() with summed_wavelet = TRUE
collapsed the result to a plain vector whenever the input had a single
row or a single scale, even when the input was a genuine
matrix/data.table, due to apply()
silently dropping dimensions.cwt() accepted scales = 0 and
variance = 0, which silently produced
Inf/NaN values instead of raising the
documented error.resampling_FWHM() silently returned 0
for new bands whose FWHM window fell outside the range of
wavelengths, indistinguishable from a real zero reading.
These bands are now returned as NA.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.