Package: cms
Type: Package
Title: Calculate Medicare Reimbursement
Version: 0.1.0
Authors@R: 
    c(person(given = "Vigneshwar", family = "Subramanian",
             role = c("aut", "cre"),
             email = "vs347@cornell.edu"),
      person(given = "Raoul", family = "Wadhwa",
             role = "aut", email = "raoulwadhwa@gmail.com"),
      person(given = "Milind", family = "Desai", role = "ctb"))
Description: Uses the 'CMS' application programming interface <https://dnav.cms.gov/api/healthdata>
    to provide users databases containing yearly
    Medicare reimbursement rates in the United States. Data can be acquired
    for the entire United States or only for specific localities. Currently,
    support is only provided for the Medicare Physician Fee Schedule,
    but support will be expanded for other 'CMS' databases in future versions.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: assertthat (>= 0.2), dplyr (>= 0.8), magrittr (>= 1.5), readr
        (>= 1.3), rlang (>= 0.4), rvest (>= 0.3), utils (>= 3.6), xml2
        (>= 1.3)
URL: https://github.com/subramv/cms
BugReports: https://github.com/subramv/cms/issues
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-09-02 16:59:14 UTC; Vigu
Author: Vigneshwar Subramanian [aut, cre],
  Raoul Wadhwa [aut],
  Milind Desai [ctb]
Maintainer: Vigneshwar Subramanian <vs347@cornell.edu>
Repository: CRAN
Date/Publication: 2020-09-10 09:20:09 UTC
Built: R 4.6.0; ; 2025-08-18 13:10:45 UTC; unix
