File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
2
15
3
16
# ruODK 1.3.12
4
17
You can’t perform that action at this time.
0 commit comments