-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 980 Bytes
/
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
Package: phylopath
Type: Package
Title: Perform Phylogenetic Path Analysis
Version: 1.3.0
Authors@R: person("Wouter", "van der Bijl",
email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Wouter van der Bijl <[email protected]>
Description: A comprehensive and easy to use R implementation of confirmatory
phylogenetic path analysis as described by Von Hardenberg and Gonzalez-Voyer
(2012) <doi:10.1111/j.1558-5646.2012.01790.x>.
URL: https://Ax3man.github.io/phylopath/
BugReports: https://github.com/Ax3man/phylopath/issues
License: GPL-3
LazyData: TRUE
Depends:
R (>= 2.10)
biocViews:
Imports:
ape (>= 4.1),
future.apply,
ggm (>= 2.3),
ggplot2 (>= 3.0.0),
ggraph (>= 1.0.0),
igraph (>= 1.0.1),
phylolm (>= 2.5),
purrr (>= 0.2.3),
tibble
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Encoding: UTF-8