Package: tidyttmoment Title: Functional Trait Moment Calculation Version: 0.0.5 Depends: R (>= 4.1.0) Authors@R: c( person("Paul Efren", "Santos Andrade", , "paulefrens@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6635-0375")), person("Macroecology Lab", role = c("cph", "fnd")) ) Description: Calculates the community four 'moments' (mean, variance, skewness, and kurtosis) of a given trait based on the moments described in Wieczynski et al. (2019) . These functional metrics are extremely useful in characterizing the distribution of traits in a plant community. It also provides tidyverse-friendly wrappers to seamlessly calculate advanced functional diversity indices (e.g., FDis, Rao's Q) using 'fundiversity' (Grenie et al. 2023 ) and functional rarity indices using 'funrar' (Grenie et al. 2017 ). Evaluating these community-weighted moments and diversity metrics allows researchers to evaluate shifts in optimal phenotypes and understand ecological filtering with exactness. License: MIT + file LICENSE Suggests: covr, testthat (>= 3.1.5) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/PaulESantos/tidyttmoment, https://paulesantos.github.io/tidyttmoment/ BugReports: https://github.com/PaulESantos/tidyttmoment/issues Imports: cli, dplyr, lifecycle, tidyr, fundiversity, funrar, rlang, tibble Config/pak/sysreqs: libicu-dev Repository: https://paulesantos.r-universe.dev Date/Publication: 2026-03-28 03:41:03 UTC RemoteUrl: https://github.com/PaulESantos/tidyttmoment RemoteRef: HEAD RemoteSha: 744c76e2e89469b4eedefe944ffd7eb10ca7ff77 NeedsCompilation: no Packaged: 2026-05-27 10:37:50 UTC; root Author: Paul Efren Santos Andrade [aut, cre] (ORCID: ), Macroecology Lab [cph, fnd] Maintainer: Paul Efren Santos Andrade