Package: iCiteR
Title: Returns Data from the NIH's 'iCite' API
Version: 0.1.0
Authors@R: person("Travis", "Riddle", email = "travis.riddle@nih.gov", role = c("aut", "cre"))
Description: A minimal wrapper around the NIH's 'iCite' API (<https://icite.od.nih.gov/api>). 
  Given a vector of pubmed IDs, this package returns a dataframe of the information yielded by
  the 'iCite' API. The primary metric yielded by 'iCite' is the paper's relative citation ratio,
  but the API also returns other meta-data from the paper, including author names, publication
  journal, publication year, paper title, doi, and a number of other citation metrics.
Depends: R (>= 3.5)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: httr (>= 1.4), jsonlite (>= 1.6)
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-03 16:22:29 UTC; riddleta
Author: Travis Riddle [aut, cre]
Maintainer: Travis Riddle <travis.riddle@nih.gov>
Repository: CRAN
Date/Publication: 2019-07-04 09:20:03 UTC
