-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
40 lines (40 loc) · 1.15 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
Package: onekp
Title: Retrieve Data from the 1000 Plants Initiative (1KP)
Version: 0.3.0
Authors@R: c(
person("Dhakal","Rijan", role = c("aut","cre"),
email = "rijan_dhakal@tutanota.com"),
person("Zebulun", "Arendsee", role = c("aut"),
email = "zbwrnz@gmail.com"),
person("Zachary", "Foster", role = "rev"),
person("Jessica", "Minnier", role = "rev"),
person("Joel", "Nitta", role = "ctb")
)
Description:
The 1000 Plants Initiative (www.onekp.com) has sequenced the transcriptomes
of over 1000 plant species. This package allows these sequences and
metadata to be retrieved and filtered by code, species or recursively by
clade. Scientific names and NCBI taxonomy IDs are both supported.
Depends: R (>= 3.4.0)
Imports:
rvest,
magrittr,
dplyr,
xml2,
methods,
rlang,
taxizedb (>= 0.1.6)
Remotes:
ropensci/taxizedb
License: MIT + file LICENSE
URL: https://docs.ropensci.org/onekp, https://github.com/ropensci/onekp
BugReports: https://github.com/ropensci/onekp/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr