Skip to content

fixes

fixes #16

Triggered via pull request December 25, 2023 17:06
@gogonzogogonzo
synchronize #27
fix_cran
Status Failure
Total duration 2m 0s
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#L85
file=data-raw/elo.R,line=85,col=18,[assignment_linter] Avoid the assignment pipe %<>%; prefer using <- and %>% separately.
lint: data-raw/elo.R#L86
file=data-raw/elo.R,line=86,col=10,[assignment_linter] Avoid the assignment pipe %<>%; prefer using <- and %>% separately.
lint: data-raw/elo.R#L88
file=data-raw/elo.R,line=88,col=18,[assignment_linter] Avoid the assignment pipe %<>%; prefer using <- and %>% separately.