Skip to content

Commit

Permalink
document changes due to #682
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Aug 21, 2024
1 parent f31db98 commit 96997bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@
`adonis2()` more consistent with the default for related ordination methods.
See [#677](https://github.com/vegandevs/vegan/issues/677).

* The constrained ordination functions are now louder at informing users when
one or more terms in a model are aliased (linearly dependent) and their
effects cannot be estimated. See [#682](https://github.com/vegandevs/vegan/issues/682).

* The output from the ordination methods `pca()`, `pco()`, `ca()`, `rda()`,
`cca()`, and `dbrda()` has changed slightly to better separate the results
from notifications to the user about issues encountered with the data or the
model. Related to changes in [#682](https://github.com/vegandevs/vegan/issues/682).

## Bug Fixes

* `dbrda` failed in rare cases where an ordination component had only
Expand Down

0 comments on commit 96997bb

Please sign in to comment.