-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
61 lines (61 loc) · 1.79 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
55
56
57
58
59
60
61
Package: phyr
Type: Package
Title: Model Based Phylogenetic Analysis
Version: 1.1.2
Authors@R: c(
person("Anthony", "Ives", , "[email protected]", role = c("aut")),
person("Russell", "Dinnage", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-0846-2819")),
person(c("Lucas", "A."), "Nell", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-3209-0517")),
person("Matthew", "Helmus", , "[email protected]", role = c("aut")),
person("Daijiang", "Li", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0925-3421")))
Description: A collection of functions to do model-based phylogenetic analysis.
It includes functions to calculate community phylogenetic diversity,
to estimate correlations among functional traits while accounting for
phylogenetic relationships, and to fit phylogenetic generalized linear
mixed models. The Bayesian phylogenetic generalized linear mixed models
are fitted with the 'INLA' package (<https://www.r-inla.org>).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1)
Imports:
stats,
ape,
Rcpp,
Matrix,
methods,
graphics,
dplyr,
lme4,
nloptr,
gridExtra,
mvtnorm,
latticeExtra,
tidyr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LinkingTo:
Rcpp, RcppArmadillo
Suggests:
testthat,
pez,
knitr,
rmarkdown,
covr,
picante,
rbenchmark,
INLA,
MCMCglmm,
logistf,
phylolm,
ggplot2,
ggridges,
DHARMa,
rr2,
future.apply
VignetteBuilder: knitr
URL: https://daijiang.github.io/phyr/, https://github.com/daijiang/phyr/
BugReports: https://github.com/daijiang/phyr/issues
Additional_repositories: https://inla.r-inla-download.org/R/stable/
Config/testthat/edition: 3