-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 1.18 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
Package: megatrees
Type: Package
Title: Subsets of randomly selected phylogenies from existing mega-phylogenies
Version: 0.1.3
Authors@R:
c(person(given = "Daijiang",
family = "Li",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Daijiang Li <[email protected]>
Description: There are an increasing number of mega-phylogenies available nowadays,
with many of them being sets of thousands of posterior distribution phylogenies.
For ecological studies, we may need to randomly select many such posterior phylogeneies
to conduct analyses. This data package serves this purpose by providing a small number (100)
of randomly selected posterior phylogenies (if available) so that we can readily use
them for our downstream analyses without repeating the downloading and selecting processes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Suggests:
ape,
parallel,
rtrees,
testthat (>= 3.0.0),
tidyverse,
usethis,
xfun,
dplyr,
stringr,
remotes
Remotes:
daijiang/rtrees
Depends:
R (>= 2.10)
Config/testthat/edition: 3
RoxygenNote: 7.3.1