Skip to content

Commit

Permalink
lattice: do not depend on, but import from lattice
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Jan 22, 2025
1 parent 51f2014 commit 78aadd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Authors@R: c(person("Jari", "Oksanen", role=c("aut","cre"),
person("Adrian", "Stier", role="aut"),
person("Cajo J.F.", "Ter Braak", role="aut"),
person("James", "Weedon", role="aut"))
Depends: permute (>= 0.9-0), lattice, R (>= 4.1.0)
Depends: permute (>= 0.9-0), R (>= 4.1.0)
Suggests: parallel, knitr, markdown, vegan3d (>= 1.3-0)
Imports: MASS, cluster, mgcv
Imports: MASS, cluster, lattice, mgcv
VignetteBuilder: utils, knitr
Description: Ordination methods, diversity analysis and other
functions for community and vegetation ecologists.
Expand Down

0 comments on commit 78aadd4

Please sign in to comment.