CRAN release 2.4-1
vegan_2.4-1 was released to CRAN. This fixes the following github issues:
- issue #187:
diversity
withNA
. Also checks against negative input data. - issue #189:
goodness.cca
failed when a component had only one axis. This radiated into fixes in several other functions. - issue #190:
goodness.cca
regression of ignoringchoices
argument. - issues #192 and #193: more robust handling of factors with missing values. Originally reported as an error for
betadisper
, but radiated into similar fixes in many other functions. The error report #192 was later rectified by fixing R. - issue #195: regression in
linestack
which failed to handle expression. The bug fix part of #195 was fixed here, but the feature request still remains.
Issue #194 discusses other changes.
Most extensive change outside github issues was modernizing Fortran code. This also was the immediate reason for this release: CRAN people asked us to modernize good old Fortran.
More detailed listing of changes can be found in the NEWS
file of the release.