Skip to content

Adding a basic formatter CI and the empty renv #2

Adding a basic formatter CI and the empty renv

Adding a basic formatter CI and the empty renv #2

Triggered via pull request November 5, 2025 21:07
Status Failure
Total duration 1m 32s
Artifacts

lint-project.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
lint-project
Process completed with exit code 31.
lint-project: R/utils.R#L32
file=R/utils.R,line=32,col=2,[indentation_linter] Indentation should be 4 spaces but is 2 spaces.
lint-project: R/utils.R#L29
file=R/utils.R,line=29,col=4,[indentation_linter] Indentation should be 8 spaces but is 4 spaces.
lint-project: R/utils.R#L28
file=R/utils.R,line=28,col=6,[indentation_linter] Indentation should be 12 spaces but is 6 spaces.
lint-project: R/utils.R#L27
file=R/utils.R,line=27,col=4,[indentation_linter] Indentation should be 8 spaces but is 4 spaces.
lint-project: R/utils.R#L26
file=R/utils.R,line=26,col=3,[undesirable_function_linter] Avoid undesirable function "sapply". As an alternative, use vapply() with an appropriate `FUN.VALUE=` argument to obtain type-stable simplification.
lint-project: R/utils.R#L26
file=R/utils.R,line=26,col=3,[return_linter] All functions must have an explicit return().
lint-project: R/utils.R#L26
file=R/utils.R,line=26,col=2,[indentation_linter] Indentation should be 4 spaces but is 2 spaces.