Package: ggvegan Type: Package Title: 'ggplot2' Plots for the 'vegan' Package Version: 0.2.1.9 Depends: R (>= 4.1.0) Imports: vegan (>= 2.3-0), dplyr, tibble, vctrs, ggplot2, grid, tidyr, ggrepel, generics, scales Suggests: testthat (>= 3.0.0), vdiffr (>= 1.0.0), permute, withr Authors@R: c(person("Gavin L.", "Simpson", role = c("aut", "cre"), email = "ucfagls@gmail.com", comment = c(ORCID = "0000-0002-9084-8413")), person("Jari", "Oksanen", role = "aut", comment = c(ORCID="0000-0001-7102-9626")), person("Didzis", "Elferts", role = "ctb", comment = c(ORCID = "0000-0002-9401-1231"))) Description: Functions to produce 'ggplot2'-based plots of objects produced by functions in the 'vegan' package. Provides fortify(), autoplot(), and tidy() methods for many of 'vegan''s functions. The aim of 'ggvegan' is to make it easier to work within the 'tidyverse' with 'vegan'. License: GPL-2 ByteCompile: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Encoding: UTF-8 Config/testthat/edition: 3 Language: en-GB URL: https://github.com/gavinsimpson/ggvegan, https://gavinsimpson.github.io/ggvegan/ BugReports: https://github.com/gavinsimpson/ggvegan/issues Config/pak/sysreqs: libicu-dev Repository: https://gavinsimpson.r-universe.dev Date/Publication: 2026-05-22 08:22:13 UTC RemoteUrl: https://github.com/gavinsimpson/ggvegan RemoteRef: HEAD RemoteSha: 476b0e77168b5e0626af70232148c9e3cf38db1e NeedsCompilation: no Packaged: 2026-06-21 09:42:37 UTC; root Author: Gavin L. Simpson [aut, cre] (ORCID: ), Jari Oksanen [aut] (ORCID: ), Didzis Elferts [ctb] (ORCID: ) Maintainer: Gavin L. Simpson