-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathDESCRIPTION
36 lines (35 loc) · 1.13 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
Package: rentrez
Version: 1.2.3
Date: 2020-11-06
Title: 'Entrez' in R
Authors@R: c(
person("David", "Winter", role=c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6165-0029")),
person("Scott", "Chamberlain", role="ctb", email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Han","Guangchun", role=c("ctb"),email="[email protected]",
comment = c(ORCID = "0000-0001-9277-2507"))
)
Depends:
R (>= 2.6.0)
Imports:
XML,
httr (>= 0.5),
jsonlite (>= 0.9)
Suggests:
testthat,
knitr,
rmarkdown
URL: https://docs.ropensci.org/rentrez/ (website)
https://github.com/ropensci/rentrez/
BugReports: https://github.com/ropensci/rentrez/issues/
Description: Provides an R interface to the NCBI's 'EUtils' API,
allowing users to search databases like 'GenBank'
<https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed'
<https://pubmed.ncbi.nlm.nih.gov/>, process the
results of those searches and pull data into their R sessions.
VignetteBuilder: knitr
License: MIT + file LICENSE
RoxygenNote: 7.1.1
Encoding: UTF-8