Use {cli}
progress bar
#6799
Annotations
1 error and 2 warnings
lint
Process completed with exit code 31.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
R/lint.R#L196
file=R/lint.R,line=196,col=7,[unnecessary_lambda_linter] Pass lint directly as a symbol to lapply() instead of wrapping it in an unnecessary anonymous function. For example, prefer lapply(DF, sum) to lapply(DF, function(x) sum(x)).
|