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 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 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://subramv.r-universe.dev Date/Publication: 2020-11-07 05:12:26 UTC RemoteUrl: https://github.com/subramv/cms RemoteRef: HEAD RemoteSha: 16f480c3202b65bab07a40d7e9c61eebc122a446 NeedsCompilation: no Packaged: 2026-06-20 08:30:16 UTC; root Author: Vigneshwar Subramanian [aut, cre], Raoul Wadhwa [aut], Milind Desai [ctb] Maintainer: Vigneshwar Subramanian