Skip to content

Commit 5d8e229

Browse files
committed
fix lintr
1 parent 7b57c82 commit 5d8e229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/frollapply.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ simplifylist = function(x, fill, ansmask) {
2020
if (length(all.ut) > 1L) {
2121
ans.ut = unique(all_types(x[ansmask]))
2222
## coerce int to double when varies within answer results: median #7313
23-
if (
23+
if (
2424
length(ans.ut) == 2L && ## simplifylist(list(NA, 1, 1L, TRUE), NA, ansmask=c(F,T,T,T))
2525
all(c("double","integer") %in% ans.ut) && ## simplifylist(list(NA, 1, TRUE), NA, ansmask=c(F,T,T))
2626
equal.lengths(x[ansmask]) ## simplifylist(list(NA, 1, 1:2), NA, ansmask=c(F,T,T))

0 commit comments

Comments
 (0)