plot() for p_significance works with asymmetrical threshold #295
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
1m 55s
Annotations
1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L35
file=R/plot.p_significance.R,line=35,col=11,[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-changed-files / lint-changed-files:
R/plot.p_significance.R#L40
file=R/plot.p_significance.R,line=40,col=13,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L41
file=R/plot.p_significance.R,line=41,col=13,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L81
file=R/plot.p_significance.R,line=81,col=9,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L92
file=R/plot.p_significance.R,line=92,col=9,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L119
file=R/plot.p_significance.R,line=119,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L120
file=R/plot.p_significance.R,line=120,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L121
file=R/plot.p_significance.R,line=121,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L122
file=R/plot.p_significance.R,line=122,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint-changed-files / lint-changed-files:
R/plot.p_significance.R#L162
file=R/plot.p_significance.R,line=162,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|