-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
111 lines (111 loc) · 3.94 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Package: phangorn
Title: Phylogenetic Reconstruction and Analysis
Version: 2.11.1
Authors@R:
c(person(given = "Klaus",
family = "Schliep",
role = c("aut", "cre"),
email = "klaus.schliep@gmail.com",
comment = c(ORCID = "0000-0003-2941-0161")),
person(given = "Emmanuel",
family = "Paradis",
role = "aut",
comment = c(ORCID = "0000-0003-3092-2199")),
person(given = "Leonardo",
family = "de Oliveira Martins",
role = "aut",
comment = c(ORCID = "0000-0001-5247-1320")),
person(given = "Alastair",
family = "Potts",
role = "aut"),
person(given = "Iris",
family = "Bardel-Kahr",
role = "aut",
comment = c(ORCID = "0000-0002-8950-834X")),
person(given = "Tim W.",
family = "White",
role = "ctb"),
person(given = "Cyrill",
family = "Stachniss",
role = "ctb"),
person(given = "Michelle",
family = "Kendall",
role = "ctb",
email = "m.kendall@imperial.ac.uk"),
person(given = "Keren",
family = "Halabi",
role = "ctb"),
person(given = "Richel",
family = "Bilderbeek",
role = "ctb"),
person(given = "Kristin",
family = "Winchell",
role = "ctb"),
person(given = "Liam",
family = "Revell",
role = "ctb"),
person(given = "Mike",
family = "Gilchrist",
role = "ctb"),
person(given = "Jeremy",
family = "Beaulieu",
role = "ctb"),
person(given = "Brian",
family = "O'Meara",
role = "ctb"),
person(given = "Long",
family = "Qu",
role = "ctb"),
person(given= "Joseph",
family="Brown",
role = "ctb",
comment = c(ORCID = "0000-0002-3835-8062")),
person(given="Santiago",
family="Claramunt",
role = "ctb",
comment = c(ORCID = "0000-0002-8926-5974"))
)
Description: Allows for estimation of phylogenetic trees and networks
using Maximum Likelihood, Maximum Parsimony, distance methods and
Hadamard conjugation (Schliep 2011). Offers methods for tree comparison,
model selection and visualization of phylogenetic networks as described in
Schliep et al. (2017).
License: GPL (>= 2)
URL: https://github.com/KlausVigo/phangorn,
https://klausvigo.github.io/phangorn/
BugReports: https://github.com/KlausVigo/phangorn/issues
Depends: ape (>= 5.6), R (>= 4.1.0)
Imports: digest, fastmatch, generics, graphics, grDevices, igraph (>=
1.0), Matrix, methods, parallel, quadprog, Rcpp, stats, utils
Suggests: Biostrings, knitr, magick, rgl, rmarkdown, seqinr, seqLogo,
tinytest, xtable
LinkingTo: Rcpp
VignetteBuilder: knitr, utils
biocViews: Software, Technology, QualityControl
Encoding: UTF-8
Repository: CRAN
RoxygenNote: 7.2.3
Language: en-US
NeedsCompilation: yes
Packaged: 2023-01-22 23:45:05 UTC; klaus
Author: Klaus Schliep [aut, cre] (<https://orcid.org/0000-0003-2941-0161>),
Emmanuel Paradis [aut] (<https://orcid.org/0000-0003-3092-2199>),
Leonardo de Oliveira Martins [aut]
(<https://orcid.org/0000-0001-5247-1320>),
Alastair Potts [aut],
Iris Bardel-Kahr [aut] (<https://orcid.org/0000-0002-8950-834X>),
Tim W. White [ctb],
Cyrill Stachniss [ctb],
Michelle Kendall [ctb],
Keren Halabi [ctb],
Richel Bilderbeek [ctb],
Kristin Winchell [ctb],
Liam Revell [ctb],
Mike Gilchrist [ctb],
Jeremy Beaulieu [ctb],
Brian O'Meara [ctb],
Long Qu [ctb],
Joseph Brown [ctb] (<https://orcid.org/0000-0002-3835-8062>),
Santiago Claramunt [ctb] (<https://orcid.org/0000-0002-8926-5974>)
Maintainer: Klaus Schliep <klaus.schliep@gmail.com>
Date/Publication: 2023-01-23 10:10:02 UTC