-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.81 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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="[email protected]",
comment = c(ORCID="0000-0003-4624-9680")
),
person(given = "Cristian",
family = "Roman-Palacios",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID="0000-0003-4692-3225")
),
person(given = "April",
family = "Wright",
role = c("aut"),
email = "[email protected]",
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.
License: MIT + file LICENSE
Depends:
R (>= 2.10),
ape
Imports:
lazyeval, geiger, utils, data.table
RoxygenNote: 7.1.1
Suggests:
covr,
knitr,
rmarkdown,
testthat,
utf8
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)