Skip to content

Commit

Permalink
Prepare 1.2.1 for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hanna authored and Richard Hanna committed Dec 9, 2024
1 parent 19b1241 commit 750848f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.9000
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
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# REDCapTidieR 1.2.1 (development version)
# REDCapTidieR 1.2.1

- 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
- Fixed a bug where `read_redcap()` would fail for projects containing a stand-alone record ID instrument

# REDCapTidieR 1.2.0

Expand Down
1 change: 0 additions & 1 deletion R/read_redcap.R
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ read_redcap <- function(redcap_uri,
#'
#' @keywords internal
get_fields_to_drop <- function(db_metadata, form) {

# Always drop form complete field which is not in metadata but should be removed from

res <- paste0(form, "_complete")
Expand Down

0 comments on commit 750848f

Please sign in to comment.