Skip to content

bump insight version #1976

bump insight version

bump insight version #1976

Triggered via push May 26, 2024 16:41
Status Success
Total duration 12m 1s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/adjust.R#L33
file=R/adjust.R,line=33,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
lint / lint: R/data_read.R#L164
file=R/data_read.R,line=164,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 152 characters.
lint / lint: R/data_read.R#L183
file=R/data_read.R,line=183,col=11,[unnecessary_nesting_linter] Simplify this condition by using 'else if' instead of 'else { if.
lint / lint: R/data_read.R#L305
file=R/data_read.R,line=305,col=5,[unnecessary_nesting_linter] Reduce the nesting of this if/else statement by unnesting the portion without an exit clause (i.e., stop(), return(), abort(), quit(), q()).
lint / lint: R/data_rename.R#L48
file=R/data_rename.R,line=48,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
lint / lint: R/data_write.R#L247
file=R/data_write.R,line=247,col=13,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint / lint: R/format.R#L18
file=R/format.R,line=18,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/format.R#L23
file=R/format.R,line=23,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint / lint: R/format.R#L29
file=R/format.R,line=29,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint / lint: R/ranktransform.R#L58
file=R/ranktransform.R,line=58,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.