Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTaylor committed Mar 31, 2023
1 parent a5a0537 commit 39e92fe
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# NHSRepisodes 0.1.0

Updated the code to reflect the changes made to {dplyr} and will require version
1.1.0 (or later) for the examples to run.
This is the first (significant) release of the NHSRepisodes package. Since the
earlier, proof of concept version of the package, there have been a few minor
changes that early adopters may observe:

- Fixed bugs in `add_parent_interval()`: one to ensure row ordering is preserved
and a second to prevent dropping of non-specified columns.

- The included README now makes use of recent additions within {dplyr} and will
require version 1.1.0 (or later) for the examples to run.

- Dependencies {rlang} and {cli} have been dropped.

# NHSRepisodes 0.0.0.9000

* Added a `NEWS.md` file to track changes to the package.
- Proof of concept / initial development version of the package.

0 comments on commit 39e92fe

Please sign in to comment.