Skip to content

fixes

fixes #1

Triggered via pull request December 24, 2023 15:22
@gogonzogogonzo
synchronize #27
fix_cran
Status Failure
Total duration 3m 19s
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#L25
file=data-raw/elo.R,line=25,col=12,[object_usage_linter] no visible global function definition for 'customQuery'
lint: data-raw/elo.R#L50
file=data-raw/elo.R,line=50,col=19,[object_usage_linter] no visible global function definition for 'pointsCalc'
lint: data-raw/elo.R#L50
file=data-raw/elo.R,line=50,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 82 characters.
lint: data-raw/elo.R#L59
file=data-raw/elo.R,line=59,col=3,[object_usage_linter] unused arguments (teams = c("A", "B", "C", "D"), days = rep(0, length(rank)))
lint: data-raw/elo.R#L71
file=data-raw/elo.R,line=71,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: data-raw/elo.R#L77
file=data-raw/elo.R,line=77,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
lint: data-raw/elo.R#L79
file=data-raw/elo.R,line=79,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: data-raw/elo.R#L81
file=data-raw/elo.R,line=81,col=13,[object_usage_linter] no visible global function definition for 'sqldf'
lint: data-raw/elo.R#L91
file=data-raw/elo.R,line=91,col=18,[assignment_linter] Avoid the assignment pipe %<>%; prefer using <- and %>% separately.
lint: data-raw/elo.R#L92
file=data-raw/elo.R,line=92,col=10,[assignment_linter] Avoid the assignment pipe %<>%; prefer using <- and %>% separately.