Skip to content

CRAN release 2.4-1

Compare
Choose a tag to compare
@jarioksa jarioksa released this 07 Sep 13:02
· 2472 commits to master since this release

vegan_2.4-1 was released to CRAN. This fixes the following github issues:

  • issue #187: diversity with NA. 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 ignoring choices 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.