Prepare CRAN submission #295
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 4s
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/diagnostic_draws.R#L3
file=R/diagnostic_draws.R,line=3,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 161 characters.
|
lint-changed-files / lint-changed-files:
R/distribution.R#L232
file=R/distribution.R,line=232,col=34,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
lint-changed-files / lint-changed-files:
R/distribution.R#L233
file=R/distribution.R,line=233,col=34,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
lint-changed-files / lint-changed-files:
R/hdi.R#L32
file=R/hdi.R,line=32,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 179 characters.
|
lint-changed-files / lint-changed-files:
R/hdi.R#L313
file=R/hdi.R,line=313,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 128 characters.
|
lint-changed-files / lint-changed-files:
R/hdi.R#L459
file=R/hdi.R,line=459,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/model_to_priors.R#L6
file=R/model_to_priors.R,line=6,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 141 characters.
|
lint-changed-files / lint-changed-files:
R/p_significance.R#L38
file=R/p_significance.R,line=38,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 179 characters.
|
lint-changed-files / lint-changed-files:
R/p_significance.R#L148
file=R/p_significance.R,line=148,col=11,[undesirable_function_linter] Avoid undesirable function "mapply".
|
lint-changed-files / lint-changed-files:
tests/testthat/test-bayesfactor_parameters.R#L28
file=tests/testthat/test-bayesfactor_parameters.R,line=28,col=25,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|