Package: npi
Title: Access the U.S. National Provider Identifier Registry API
Version: 0.2.0
Authors@R: c(
    person("Frank", "Farach", , "frank.farach@gmail.com", 
           role = c("cre", "aut", "cph"),
           comment = c(ORCID = "0000-0002-2145-0145")),
    person("Sam", "Parmar", , "parmartsam@gmail.com", role = "ctb"),
    person("Matthias", "Grenié", , "matthias.grenie@idiv.de", role = "rev", 
           comment = c(ORCID = "0000-0002-4659-7522")),
    person(c("Emily", "C."), "Zabor", , "zabore2@ccf.org", role = "rev", 
           comment = c(ORCID = "0000-0002-1402-4498"))
  )
Description: Access the United States National Provider Identifier
    Registry API <https://npiregistry.cms.hhs.gov/api/>. Obtain and transform
    administrative data linked to a specific individual or organizational
    healthcare provider, or perform advanced searches based on provider name,
    location, type of service, credentials, and other attributes exposed by
    the API.
License: MIT + file LICENSE
URL: https://github.com/ropensci/npi/, https://docs.ropensci.org/npi/,
        https://npiregistry.cms.hhs.gov/api/
BugReports: https://github.com/ropensci/npi/issues/
Depends: R (>= 3.1)
Imports: checkLuhn, checkmate, curl, dplyr, glue, httr, magrittr,
        purrr, rlang, stringr, tibble, tidyr, utils
Suggests: covr, httptest, knitr, mockery, rmarkdown, spelling, testthat
        (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-11-11 16:09:38 UTC; frank
Author: Frank Farach [cre, aut, cph] (<https://orcid.org/0000-0002-2145-0145>),
  Sam Parmar [ctb],
  Matthias Grenié [rev] (<https://orcid.org/0000-0002-4659-7522>),
  Emily C. Zabor [rev] (<https://orcid.org/0000-0002-1402-4498>)
Maintainer: Frank Farach <frank.farach@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-14 11:30:02 UTC
Built: R 4.1.3; ; 2023-04-17 18:39:47 UTC; windows
