Skip to content

Commit

Permalink
Increment version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Sep 15, 2022
1 parent 55ce929 commit 1ad977b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: REDCapTidieR
Type: Package
Title: Extract REDCap Databases into Tidy Tibbles
Version: 0.0.0.9000
Version: 0.1.0
Authors@R: c(
person("Richard", "Hanna", , "[email protected]", role = c("aut", "cre")),
person("Stephan", "Kadauke", , "[email protected]", role = "aut")
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# REDCapTidieR 0.1.0

Version 0.1 (Released 2022-09-15)
==========================================================

### New Features

* Introduces `read_redcap_tidy()`, `bind_tables()`, `extract_table()`, and `extract_tables()` with documentation

----------------------------------------

GitHub Commits and Releases

* For a detailed change log, please see https://github.com/CHOP-CGTDataOps/REDCapTidieR/commits/main.
* For a list of the major releases, please see https://github.com/CHOP-CGTDataOps/REDCapTidieR/releases.

0 comments on commit 1ad977b

Please sign in to comment.