Skip to content

lint

lint #21

Manually triggered March 5, 2025 09:48
Status Success
Total duration 8m 30s
Artifacts

lint.yaml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
lint: logs.Rmd#L152
file=logs.Rmd,line=152,col=1,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: logs.Rmd#L121
file=logs.Rmd,line=121,col=11,[implicit_integer_linter] Use 0L or 0.0 to avoid implicit integers.
lint: logs.Rmd#L40
file=logs.Rmd,line=40,col=14,[nonportable_path_linter] Use file.path() to construct portable file paths.
lint: generate_exp_results.Rmd#L83
file=generate_exp_results.Rmd,line=83,col=1,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: choosing_replications.Rmd#L120
file=choosing_replications.Rmd,line=120,col=1,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: choosing_cores.Rmd#L130
file=choosing_cores.Rmd,line=130,col=1,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: choosing_cores.Rmd#L65
file=choosing_cores.Rmd,line=65,col=5,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: analysis.Rmd#L416
file=analysis.Rmd,line=416,col=1,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: analysis.Rmd#L201
file=analysis.Rmd,line=201,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint: analysis.Rmd#L166
file=analysis.Rmd,line=166,col=3,[object_overwrite_linter] 'df' is an exported object from package 'stats'. Avoid re-using such symbols.
lint: R/model.R#L41
file=R/model.R,line=41,col=3,[object_overwrite_linter] 'log' is an exported object from package 'base'. Avoid re-using such symbols.
lint: R/get_run_results.R#L87
file=R/get_run_results.R,line=87,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
lint: R/get_run_results.R#L74
file=R/get_run_results.R,line=74,col=5,[consecutive_mutate_linter] Unify consecutive calls to mutate().
lint: R/get_run_results.R#L73
file=R/get_run_results.R,line=73,col=5,[consecutive_mutate_linter] Unify consecutive calls to mutate().
lint: R/get_run_results.R#L72
file=R/get_run_results.R,line=72,col=5,[consecutive_mutate_linter] Unify consecutive calls to mutate().
lint: R/choose_replications.R#L88
file=R/choose_replications.R,line=88,col=5,[condition_call_linter] Use warning(., call. = FALSE) not to display the call in an error message.
lint: R/choose_replications.R#L85
file=R/choose_replications.R,line=85,col=5,[print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
lint: R/choose_replications.R#L77
file=R/choose_replications.R,line=77,col=14,[one_call_pipe_linter] Avoid pipe %>% for expressions with only a single call.
lint: R/choose_replications.R#L43
file=R/choose_replications.R,line=43,col=5,[object_overwrite_linter] 'mean' is an exported object from package 'base'. Avoid re-using such symbols.
lint: R/choose_replications.R#L40
file=R/choose_replications.R,line=40,col=5,[object_overwrite_linter] 'subset' is an exported object from package 'base'. Avoid re-using such symbols.