Skip to content

Commit

Permalink
update for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondBalise committed Sep 16, 2024
1 parent 8431b2f commit 7d5925d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# tidyREDCap 1.1.2 (CRAN release)

* Fix issues reported by CRAN with Linux and old R Windows (4.3.3) saying

```
✖ These names are duplicated:
* "record_id" at locations 1 and 2.
```

+ Update roxygen2 version (Thank you for Will Beasley)
+ Fix .data$ was depreciated in `tidyselect` (https://github.com/r-lib/tidyselect/issues/169)
+ Fixed missing global bindings caused by `tidyselect` fix.

# tidyREDCap 1.1.1 (CRAN release)

## New features

* Add `make_yes_no()` function to convert "checked" or "yes"-like answers to
"Yes" and other answers to "No or Unknown".
* Add `make_yes_no_unknown()` function to convert "checked" or "yes"-like
answers to "Yes"", unchecked or "no"-like answers to "No" and other answers to
answers to "Yes", unchecked or "no"-like answers to "No" and other answers to
"Unknown".

## Fixes/Changes
Expand Down

0 comments on commit 7d5925d

Please sign in to comment.