Skip to content

changed yml to actions/checkoutv3 for node12 to node16 change #2

changed yml to actions/checkoutv3 for node12 to node16 change

changed yml to actions/checkoutv3 for node12 to node16 change #2

Triggered via push September 5, 2023 13:23
Status Failure
Total duration 2m 1s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint
linter found problems
lint
Process completed with exit code 1.
lint: R/BMCPMod.R#L9
file=R/BMCPMod.R,line=9,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/BMCPMod.R#L11
file=R/BMCPMod.R,line=11,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/dataSimulation.R#L13
file=R/dataSimulation.R,line=13,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/dataSimulation.R#L17
file=R/dataSimulation.R,line=17,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/dataSimulation.R#L22
file=R/dataSimulation.R,line=22,col=3,[object_usage_linter] local variable 'ntrt' assigned but may not be used
lint: R/helper.R#L9
file=R/helper.R,line=9,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/helper.R#L11
file=R/helper.R,line=11,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/helper.R#L14
file=R/helper.R,line=14,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/helper.R#L18
file=R/helper.R,line=18,col=3,[object_usage_linter] local variable 'adjpval' assigned but may not be used
lint: R/helper.R#L22
file=R/helper.R,line=22,col=25,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.