Skip to content

fixes

fixes #18

Triggered via pull request December 25, 2023 19:07
@gogonzogogonzo
synchronize #27
fix_cran
Status Failure
Total duration 1m 57s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: data-raw/elo.R#L46
file=data-raw/elo.R,line=46,col=19,[object_usage_linter] no visible global function definition for 'pointsCalc'
lint: data-raw/elo.R#L46
file=data-raw/elo.R,line=46,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 82 characters.
lint: data-raw/elo.R#L55
file=data-raw/elo.R,line=55,col=3,[object_usage_linter] unused arguments (teams = c("A", "B", "C", "D"), days = rep(0, length(rank)))
lint: data-raw/elo.R#L67
file=data-raw/elo.R,line=67,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: data-raw/elo.R#L72
file=data-raw/elo.R,line=72,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
lint: data-raw/elo.R#L73
file=data-raw/elo.R,line=73,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: data-raw/elo.R#L75
file=data-raw/elo.R,line=75,col=13,[object_usage_linter] no visible global function definition for 'sqldf'
lint: data-raw/elo.R#L111
file=data-raw/elo.R,line=111,col=21,[object_usage_linter] no visible binding for global variable 'con'
lint: data-raw/elo.R#L123
file=data-raw/elo.R,line=123,col=20,[object_usage_linter] no visible binding for global variable 'event_id'
lint: data-raw/elo.R#L131
file=data-raw/elo.R,line=131,col=13,[seq_linter] 1:n(...) is likely to be wrong in the empty edge case. Use seq_len(n(...)) instead.