Prepare CRAN release #327
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 25s
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/describe_posterior.R#L49
file=R/describe_posterior.R,line=49,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
|
lint-changed-files / lint-changed-files:
R/describe_posterior.R#L123
file=R/describe_posterior.R,line=123,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 68 to at most 40.
|
lint-changed-files / lint-changed-files:
R/describe_posterior.R#L1451
file=R/describe_posterior.R,line=1451,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint-changed-files / lint-changed-files:
tests/testthat/test-rope.R#L121
file=tests/testthat/test-rope.R,line=121,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint-changed-files / lint-changed-files:
vignettes/bayes_factors.Rmd#L972
file=vignettes/bayes_factors.Rmd,line=972,col=2,[implicit_assignment_linter] Call print() explicitly instead of relying on implicit printing behavior via '('.
|
lint-changed-files / lint-changed-files:
vignettes/bayes_factors.Rmd#L980
file=vignettes/bayes_factors.Rmd,line=980,col=19,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
lint-changed-files / lint-changed-files:
vignettes/bayes_factors.Rmd#L1048
file=vignettes/bayes_factors.Rmd,line=1048,col=2,[implicit_assignment_linter] Call print() explicitly instead of relying on implicit printing behavior via '('.
|
lint-changed-files / lint-changed-files:
vignettes/bayes_factors.Rmd#L1057
file=vignettes/bayes_factors.Rmd,line=1057,col=2,[implicit_assignment_linter] Call print() explicitly instead of relying on implicit printing behavior via '('.
|
lint-changed-files / lint-changed-files:
vignettes/bayes_factors.Rmd#L1112
file=vignettes/bayes_factors.Rmd,line=1112,col=2,[implicit_assignment_linter] Call print() explicitly instead of relying on implicit printing behavior via '('.
|
lint-changed-files / lint-changed-files:
vignettes/bayes_factors.Rmd#L1121
file=vignettes/bayes_factors.Rmd,line=1121,col=2,[implicit_assignment_linter] Call print() explicitly instead of relying on implicit printing behavior via '('.
|