Skip to content

Commit

Permalink
NEWS about not depending on lattice and cascading changes in permustats
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Jan 31, 2025
1 parent 00b376c commit b78d3a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Installation

* **vegan** no longer depends on **lattice**, but only imports
**lattice** functions. The **lattice** package is no longer
automatically loaded. To use **lattice** functions directly, you
must first attach the package with `library(lattice)`.

* **vegan** no longer suggests **tcltk**, but suggests **vegan3d**
(version 1.3-0). See `orditkplot` in section Deprecated and Defunct.

Expand Down Expand Up @@ -29,6 +34,9 @@
(https://stackoverflow.com/questions/77391007/) and issue
[#606](https://github.com/vegandevs/vegan/issues/606).

* `permulattice`: new function to use lattice graphics for
`permustats` results without need to first issue `library(lattice)`.

## New Features

* `plot.cca` graphics can be configured. `plot.cca` had hard-coded
Expand Down Expand Up @@ -62,6 +70,9 @@

* `orditorp` can be used in pipe.

* `densityplot.permustats` did not know argument `observed` to control
including and showing the observed statistic.

* `vegemite` and `tabasco` can now `use` a factor to show a
classification. The factor levels and sites within levels can be
reordered to give a diagonal pattern, as default in `tabasco`
Expand Down

0 comments on commit b78d3a4

Please sign in to comment.