-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.49 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
Package: SCATE.shortcourse
Title: Short Course on Phylogenetic Comparative Analysis of Integrated Anatomical Traits
Version: 0.1.2
Authors@R:
c(person("Hilmar", "Lapp",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID="0000-0001-9107-0714")
),
person("Wasila", "Dahdul",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0003-3162-7490")
),
person("Josef", "Uyeda",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0003-4624-9680")
))
Description: Encapsulates the material for the short course on _Phylogenetic
comparative analysis of integrated anatomical traits_ in the form of an R package.
This ensures that by installing the course package, all R dependencies are
installed and available in the necessary versions.
License: CC0 + file LICENSE.md
Encoding: UTF-8
LazyData: true
URL: https://github.com/phenoscape/scate-shortcourse, https://phenoscape.org/scate-shortcourse/
BugReports: https://github.com/phenoscape/scate-shortcourse/issues
Depends:
R (>= 3.5.0),
RNeXML,
rphenoscape (>= 0.3.0),
treeplyr
Imports:
igraph,
corHMM,
ontologyIndex,
knitr,
rmarkdown,
pracma,
phytools,
RColorBrewer,
magrittr
Suggests:
doParallel,
foreach,
tidyverse
VignetteBuilder: knitr
Remotes: phenoscape/rphenoscape
RoxygenNote: 6.1.1