Type: Package
Package: repoRter.nih
Title: R Interface to the 'NIH RePORTER Project' API
Version: 0.1.3
Authors@R: 
    person(given = "Michael",
           family = "Barr, ACAS, MAAA, CPCU",
           role = c("cre", "aut"),
           email = "mike@bikeactuary.com")
Description: Methods to easily build requests in the non-standard JSON
    schema required by the National Institute of Health (NIH)'s 'RePORTER
    Project API' <https://api.reporter.nih.gov/#/Search/post_v2_projects_search>.
    Also retrieve and process result sets as either a ragged or flattened 'tibble'.
License: MIT + file LICENSE
URL: https://github.com/bikeactuary/repoRter.nih
BugReports: https://github.com/bikeactuary/repoRter.nih/issues
Depends: R (>= 4.1.0)
Imports: assertthat (>= 0.2.1), crayon (>= 1.4.1), dplyr (>= 1.0.7),
        httr (>= 1.4.2), janitor (>= 2.1.0), jsonlite (>= 1.7.2),
        lubridate (>= 1.7.10), magrittr (>= 2.0.1), purrr (>= 0.3.4),
        tibble (>= 3.1.3)
Suggests: devtools, ggplot2, ggrepel, knitr, tinytex, rmarkdown,
        scales, tufte, spelling
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-17 11:27:37 UTC; mbarr
Author: Michael Barr, ACAS, MAAA, CPCU [cre, aut]
Maintainer: "Michael Barr, ACAS, MAAA, CPCU" <mike@bikeactuary.com>
Repository: CRAN
Date/Publication: 2022-05-17 14:00:02 UTC
