Skip to content

Commit

Permalink
Update NEWS and version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Nov 1, 2024
1 parent c16a96a commit bd9c7aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 'Tibble's
Version: 1.2.0
Version: 1.2.1
Authors@R: c(
person("Richard", "Hanna", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-6496-8154")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# REDCapTidieR 1.2.0 (development version)
# REDCapTidieR 1.2.1 (development version)

- For longitudinal REDCap projects, the `redcap_events` column has been updated to give REDCap event factor levels and order for the `redcap_event` and `event_name` columns

# REDCapTidieR 1.2.0

- Added `combine_checkboxes()` analytics function
- Use `combine_checkboxes()` to consolidate multiple checkbox fields in a REDCap data tibble under a single column
Expand Down

0 comments on commit bd9c7aa

Please sign in to comment.