Skip to content

Commit 2d3e195

Browse files
committed
lintr
1 parent f2b1b20 commit 2d3e195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/extract_parameters_anova.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
out <- data.frame(Parameter = rownames(ut), stringsAsFactors = FALSE)
213213
out <- cbind(out, as.data.frame(ut))
214214
} else {
215-
out <- lapply(1:length(model$terms), function(i) {
215+
out <- lapply(seq_along(model$terms), function(i) {
216216
if (model$repeated) {
217217
qr_value <- qr(model$SSPE[[i]])
218218
} else {

0 commit comments

Comments
 (0)