Package: austraits Title: Helpful functions to access the AusTraits database and wrangle data from other traits.build databases Version: 3.1.1 Authors@R: c(person(given = "Daniel", family = "Falster", role = "aut", email = "daniel.falster@unsw.edu.au", comment = c(ORCID = "0000-0002-9814-092X")), person(given = "Elizabeth", family = "Wenk", role = "ctb", email = "e.wenk@unsw.edu.au", comment = c(ORCID = "0000-0001-5640-5910")), person(given = "Fonti", family = "Kar", role = c("aut", "cre"), email = "f.kar@unsw.edu.au", comment = c(ORCID = "0000-0002-2760-3974")), person(given = "Dony", family = "Indiarto", role = c("aut"), comment = c(ORCID = "0000-0001-9546-8201"))) Description: `austraits` allow users to **access, explore and wrangle data** from traits.build relational databases. It is also an R interface to AusTraits, the Australian plant trait database. This package contains functions for joining data from various tables, filtering to specific records, combining multiple databases and visualising the distribution of the data. We expect this package will assist users in working with `traits.build` databases. License: MIT + file LICENSE Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0), RefManageR Imports: dplyr, tidyr, rlang, purrr, tidyselect, stringr, stats, jsonlite, utils, magrittr, janitor, lifecycle, tibble, cli Suggests: ggplot2, ggpointdensity, ggbeeswarm (>= 0.7.1), gridExtra, readr, scales, forcats, viridis, lubridate, knitr, rmarkdown, testthat (>= 3.0.0), markdown VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://traitecoevo.github.io/austraits/ BugReports: https://github.com/traitecoevo/austraits/issues Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://traitecoevo.r-universe.dev Date/Publication: 2025-08-06 22:36:27 UTC RemoteUrl: https://github.com/traitecoevo/austraits RemoteRef: HEAD RemoteSha: 36b3fa3df36788d8fb4b791ea527cc6588a63023 NeedsCompilation: no Packaged: 2026-06-02 07:18:56 UTC; root Author: Daniel Falster [aut] (ORCID: ), Elizabeth Wenk [ctb] (ORCID: ), Fonti Kar [aut, cre] (ORCID: ), Dony Indiarto [aut] (ORCID: ) Maintainer: Fonti Kar