Skip to content

support rvar columns in data.frames #245

support rvar columns in data.frames

support rvar columns in data.frames #245

Triggered via pull request September 5, 2024 20:45
@strengejackestrengejacke
synchronize #673
rvar_col
Status Failure
Total duration 3m 19s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
3m 6s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

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/bayesfactor_parameters.R#L92
file=R/bayesfactor_parameters.R,line=92,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
lint-changed-files / lint-changed-files: R/bayesfactor_parameters.R#L97
file=R/bayesfactor_parameters.R,line=97,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 158 characters.
lint-changed-files / lint-changed-files: R/bayesfactor_parameters.R#L100
file=R/bayesfactor_parameters.R,line=100,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/bayesfactor_parameters.R#L262
file=R/bayesfactor_parameters.R,line=262,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
lint-changed-files / lint-changed-files: R/bayesfactor_parameters.R#L289
file=R/bayesfactor_parameters.R,line=289,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 139 characters.
lint-changed-files / lint-changed-files: R/bayesfactor_parameters.R#L470
file=R/bayesfactor_parameters.R,line=470,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
lint-changed-files / lint-changed-files: R/bci.R#L50
file=R/bci.R,line=50,col=14,[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: R/bci.R#L215
file=R/bci.R,line=215,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/ci.R#L33
file=R/ci.R,line=33,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 175 characters.
lint-changed-files / lint-changed-files: R/ci.R#L163
file=R/ci.R,line=163,col=14,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.