Skip to content

Re-licence to MIT

Re-licence to MIT #409

Triggered via pull request September 18, 2023 11:22
Status Success
Total duration 13m 6s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/geom_binomdensity.R#L94
file=R/geom_binomdensity.R,line=94,col=15,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/geom_from_list.R#L115
file=R/geom_from_list.R,line=115,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 40, this has 54.
lint / lint: R/plot.check_collinearity.R#L122
file=R/plot.check_collinearity.R,line=122,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint / lint: R/plot.check_heteroscedasticity.R#L10
file=R/plot.check_heteroscedasticity.R,line=10,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_model.R#L12
file=R/plot.check_model.R,line=12,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_model.R#L19
file=R/plot.check_model.R,line=19,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 40, this has 78.
lint / lint: R/plot.check_model.R#L43
file=R/plot.check_model.R,line=43,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
lint / lint: R/plot.check_normality.R#L27
file=R/plot.check_normality.R,line=27,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_normality.R#L238
file=R/plot.check_normality.R,line=238,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
lint / lint: R/plot.check_outliers_new.R#L47
file=R/plot.check_outliers_new.R,line=47,col=36,[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).