Package: treedata.table Title: Manipulation of Matched Phylogenies and Data using 'data.table' Version: 0.1.1 Authors@R: c( person(given = "Josef", family = "Uyeda", role=c("aut"), email="juyeda@vt.edu", comment = c(ORCID="0000-0003-4624-9680") ), person(given = "Cristian", family = "Roman-Palacios", role = c("aut","cre"), email = "cromanpa@arizona.edu", comment = c(ORCID="0000-0003-1696-4886") ), person(given = "April", family = "Wright", role = c("aut"), email = "april.wright@southeastern.edu", comment = c(ORCID="0000-0003-4692-3225")), person(given = "Luke", family = "Harmon", role = c("ctb")), person(given = "Hugo", family = "Gruson", role = c("rev")), person(given = "Kari", family = "Norman", role = c("rev")) ) URL: https://ropensci.github.io/treedata.table/, https://docs.ropensci.org/treedata.table/, https://github.com/ropensci/treedata.table/ BugReports: https://github.com/ropensci/treedata.table/issues Description: An implementation that combines trait data and a phylogenetic tree (or trees) into a single object of class 'treedata.table'. The resulting object can be easily manipulated to simultaneously change the trait- and tree-level sampling. Currently implemented functions allow users to use a 'data.table' syntax when performing operations on the trait dataset within the 'treedata.table' object. For more details see Roman-Palacios et al. (2021) . License: MIT + file LICENSE Depends: R (>= 2.10), ape Imports: lazyeval, geiger, utils, data.table RoxygenNote: 7.3.2 Suggests: covr, knitr, rmarkdown, testthat, utf8 VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-10-06 16:34:08 UTC RemoteUrl: https://github.com/ropensci/treedata.table RemoteRef: master RemoteSha: bc4d7cfa0e6cf733986689cdb8163e421c21bcbb NeedsCompilation: no Packaged: 2026-08-30 07:58:46 UTC; root Author: Josef Uyeda [aut] (ORCID: ), Cristian Roman-Palacios [aut, cre] (ORCID: ), April Wright [aut] (ORCID: ), Luke Harmon [ctb], Hugo Gruson [rev], Kari Norman [rev] Maintainer: Cristian Roman-Palacios