Skip to content

[docs] Details to performance_roc() #748

[docs] Details to performance_roc()

[docs] Details to performance_roc() #748

Triggered via pull request November 14, 2024 14:01
Status Failure
Total duration 7m 25s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 10s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/performance_roc.R#L14
file=R/performance_roc.R,line=14,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint-changed-files / lint-changed-files: R/performance_roc.R#L66
file=R/performance_roc.R,line=66,col=44,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
lint-changed-files / lint-changed-files: R/performance_roc.R#L129
file=R/performance_roc.R,line=129,col=12,[unnecessary_concatenation_linter] Replace unnecessary c() by NULL or, whenever possible, vector() seeded with the correct type and/or length.