-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.73 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
Package: phruta
Type: Package
Title: Phylogenetic Reconstruction and Time-dating
Version: 0.1.3
Authors@R: c(person("Cristian", "Roman Palacios", email = "cromanpa@g.ucla.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1696-4886")),
person(given = "Anna",
family = "Krystalli",
role = c("rev")),
person(given = "Rayna",
family = "Harris",
role = c("rev")),
person(given = "Frederick",
family = "Boehm",
role = c("rev"))
)
URL: https://docs.ropensci.org/phruta/index.html, https://github.com/ropensci/phruta, https://ropensci.github.io/phruta/
BugReports: https://github.com/ropensci/phruta/issues
Description: The phruta R package is designed to simplify the basic
phylogenetic pipeline. Specifically, all code is run within
the same program and data from intermediate steps are saved in
independent folders. Furthermore, all code is run within the
same environment which increases the reproducibility of your analysis.
phruta retrieves gene sequences, combines newly downloaded and local
gene sequences, and performs sequence alignments.
Encoding: UTF-8
LazyData: true
biocViews:
Depends: R (>= 3.5.0)
Imports:
rgbif,
pbapply,
rentrez,
taxize,
ips,
ape,
geiger,
methods,
DECIPHER,
reutils,
foreach,
doParallel,
doSNOW,
Biostrings,
msa,
odseq,
XML,
Rogue
RoxygenNote: 7.2.0
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
markdown,
rmarkdown,
spelling,
utf8
VignetteBuilder: knitr
License: MIT + file LICENSE
Config/testthat/edition: 3
Language: en-US
Roxygen: list(markdown = TRUE)