Skip to content

Adding a basic formatter CI and the empty renv #3

Adding a basic formatter CI and the empty renv

Adding a basic formatter CI and the empty renv #3

Triggered via pull request November 5, 2025 21:09
Status Failure
Total duration 3m 23s
Artifacts

lint-project.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint-project
Process completed with exit code 31.
lint-project: R/utils.R#L26
file=R/utils.R,line=26,col=5,[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=5,[return_linter] All functions must have an explicit return().