plot.n_factors: Add % of variance to plot #169
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
4m 26s
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.n_factors.R#L6
file=R/plot.n_factors.R,line=6,col=5,[object_overwrite_linter] 'var' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L9
file=R/plot.n_factors.R,line=9,col=5,[object_overwrite_linter] 'var' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L22
file=R/plot.n_factors.R,line=22,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L22
file=R/plot.n_factors.R,line=22,col=43,[brace_linter] There should be a space before an opening curly brace.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L22
file=R/plot.n_factors.R,line=22,col=43,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L29
file=R/plot.n_factors.R,line=29,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L29
file=R/plot.n_factors.R,line=29,col=53,[brace_linter] There should be a space before an opening curly brace.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L29
file=R/plot.n_factors.R,line=29,col=53,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L31
file=R/plot.n_factors.R,line=31,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint-changed-files / lint-changed-files:
R/plot.n_factors.R#L57
file=R/plot.n_factors.R,line=57,col=7,[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).
|