-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
53 lines (53 loc) · 1.26 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
Package: restez
Type: Package
Title: Create and Query a Local Copy of 'GenBank' in R
Version: 2.1.4.9000
Authors@R: c(
person(
given = "Joel H.",
family = "Nitta",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4719-7472")),
person(
given = "Dom",
family = "Bennett",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2722-1359"))
)
Maintainer: Joel H. Nitta <[email protected]>
Description: Download large sections of
'GenBank' <https://www.ncbi.nlm.nih.gov/genbank/> and generate a local
SQL-based database. A user can then query this database using 'restez'
functions or through 'rentrez' <https://CRAN.R-project.org/package=rentrez>
wrappers.
URL: https://github.com/ropensci/restez,
https://docs.ropensci.org/restez/
BugReports: https://github.com/ropensci/restez/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
utils,
rentrez,
DBI (>= 1.0.0),
curl,
cli,
crayon,
stringi,
duckdb,
fs,
assertthat,
ape
Suggests:
sessioninfo,
testthat,
knitr,
R.utils,
rmarkdown,
mockery
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)