Skip to content

Commit a238fbc

Browse files
committed
Docs: 1.4.0 release notes
1 parent b28c2cf commit a238fbc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# ruODK 1.4.0
2+
This release fixes a few compatibility issues and bumps dependencies to R (4.1)
3+
and imported/suggested packages.
4+
Upgrade carefully and revert to 1.3.12 if things go awry.
5+
6+
* Update to new tidyselect syntax: Using vectors of names to select makes
7+
tidyselect complain (WARN, soon ERROR). We wrap all programmatic selections of
8+
variable names in `dplyr::all_of()` where we expect a single variable to be
9+
selected, and `dplyr::any_of()` where we select using fuzzy matching
10+
(e.g. `dplyr::starts_with()`). (#146)
11+
* Make `ruODK::form_list()` robust against `reviewState` missing from outdated
12+
Central versions. (#145, HT @dpagendam and #143, HT @collinschwantes)
13+
There will be more such tripwires - please do submit a bug report if you find
14+
a discrepancy between Central API and ruODK's parsing.
215

316
# ruODK 1.3.12
417

0 commit comments

Comments
 (0)