File: DESCRIPTION

package info (click to toggle)
r-cran-rentrez 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 460 kB
  • sloc: sh: 10; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download
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
Package: rentrez
Version: 1.2.1
Date: 2018-02-12
Title: 'Entrez' in R
Authors@R: c(
 person("David", "Winter", role=c("aut", "cre"), 
        email = "david.winter@gmail.com", 
        comment = c(ORCID = "0000-0002-6165-0029")),
 person("Scott", "Chamberlain", role="ctb", email = "myrmecocystus@gmail.com",
        comment = c(ORCID = "0000-0003-1444-9135")),
 person("Han","Guangchun", role=c("ctb"),email="hanguangchun@gmail.com",
        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: http://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://www.ncbi.nlm.nih.gov/pubmed/>, process the 
    results of those searches and pull data into their R sessions.
VignetteBuilder: knitr
License: MIT + file LICENSE
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-04 23:40:09 UTC; david
Author: David Winter [aut, cre] (<https://orcid.org/0000-0002-6165-0029>),
  Scott Chamberlain [ctb] (<https://orcid.org/0000-0003-1444-9135>),
  Han Guangchun [ctb] (<https://orcid.org/0000-0001-9277-2507>)
Maintainer: David Winter <david.winter@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-05 11:37:40 UTC