We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b57c82 commit 5d8e229Copy full SHA for 5d8e229
R/frollapply.R
@@ -20,7 +20,7 @@ simplifylist = function(x, fill, ansmask) {
20
if (length(all.ut) > 1L) {
21
ans.ut = unique(all_types(x[ansmask]))
22
## coerce int to double when varies within answer results: median #7313
23
- if (
+ if (
24
length(ans.ut) == 2L && ## simplifylist(list(NA, 1, 1L, TRUE), NA, ansmask=c(F,T,T,T))
25
all(c("double","integer") %in% ans.ut) && ## simplifylist(list(NA, 1, TRUE), NA, ansmask=c(F,T,T))
26
equal.lengths(x[ansmask]) ## simplifylist(list(NA, 1, 1:2), NA, ansmask=c(F,T,T))
0 commit comments