Skip to content

New feature: System diagnostics functions #133

New feature: System diagnostics functions

New feature: System diagnostics functions #133

Triggered via pull request November 12, 2024 16:05
Status Failure
Total duration 1m 53s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
lint
Process completed with exit code 31.
lint: R/diagnostic_test.R#L100
file=R/diagnostic_test.R,line=100,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint: R/diagnostic_test.R#L100
file=R/diagnostic_test.R,line=100,col=26,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint: R/diagnostic_test.R#L100
file=R/diagnostic_test.R,line=100,col=26,[brace_linter] There should be a space before an opening curly brace.
lint: R/diagnostic_test.R#L100
file=R/diagnostic_test.R,line=100,col=26,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
lint: R/diagnostic_test.R#L100
file=R/diagnostic_test.R,line=100,col=56,[brace_linter] Closing curly-braces should always be on their own line, unless they are followed by an else.