Package: treedata.table
Title: Manipulation of Matched Phylogenies and Data using 'data.table'
Version: 0.1.0
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("cre"),
            email = "cromanpa94@email.arizona.edu", 
          comment = c(ORCID="0000-0003-4692-3225")
            ),
    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://docs.ropensci.org/treedata.table/ (website)
        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.
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports: lazyeval, ape, geiger, utils, data.table
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-09-27 13:09:41 UTC; cristianroman
Author: Josef Uyeda [aut] (<https://orcid.org/0000-0003-4624-9680>),
  Cristian Roman-Palacios [cre] (<https://orcid.org/0000-0003-4692-3225>),
  April Wright [aut] (<https://orcid.org/0000-0003-4692-3225>),
  Luke Harmon [ctb],
  Hugo Gruson [rev],
  Kari Norman [rev]
Maintainer: Cristian Roman-Palacios <cromanpa94@email.arizona.edu>
Repository: CRAN
Date/Publication: 2020-09-30 08:30:02 UTC
Built: R 4.1.0; ; 2021-05-27 06:08:50 UTC; unix
