Package: iCiteR
Title: A Minimal Wrapper Around NIH's 'iCite' API
Version: 0.2.1
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 metrics yielded by 'iCite' are measurements of a paper's 
  scientific influence and translational potential, 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
BugReports: https://github.com/riddlet/iCiteR/issues
Imports: httr (>= 1.4),
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-05 19:12:31 UTC; riddleta
Author: Travis Riddle [aut, cre]
Maintainer: Travis Riddle <travis.riddle@nih.gov>
Repository: CRAN
Date/Publication: 2019-11-18 16:50:03 UTC
Built: R 4.1.0; ; 2020-08-03 10:45:53 UTC; windows
