Skip to content

Commit

Permalink
Update notes for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgambrel committed Nov 18, 2016
1 parent dccaf3e commit 19c7213
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: medicare
Type: Package
Title: Tools for Obtaining and Cleaning Medicare Public Use Files
Version: 0.1.1
Version: 0.2.0
Authors@R: person("Robert", "Gambrel", email = "robert.gambrel@gmail.com",
role = c("aut", "cre"))
Description: Publicly available data from Medicare frequently requires extensive
Expand Down
9 changes: 8 additions & 1 deletion NEWS.md
@@ -1,2 +1,9 @@
# Medicare 0.2.0
- New features:
- price_deflate() function: deflates spending from specific Medicare sectors (i.e. inpatient, physician, hospice) within the range 2002:2014.
- Bug fixes:
- Fixed row / column subsetting in cr_extract(), which wasn't working correctly for tibbles.
- Fixed typos in vignettes.

# Medicare 0.1.0
- Initial release: functions for manipulating cost reports and provider of services data
- Initial release: functions for manipulating cost reports and provider of services data.
8 changes: 5 additions & 3 deletions cran-comments.md
@@ -1,7 +1,9 @@
## Resubmission
This is a resubmission. In this version I have:
## medicare 0.2.0

* Added a link to CMS data documentation in the description, as well as the package help file (?medicare)
## Changes
* Added `price_deflate` function, to adjust Medicare spending levels to fixed price levels
* Fixed bugs in `cr_extract` that caused errors when subsetting tibbles instead of data.frames
* Fixed typos in vignettes.

## Test Environments
* local OS X install, R 3.3.1
Expand Down

0 comments on commit 19c7213

Please sign in to comment.