support rvar
columns in data.frames
#525
Annotations
10 warnings
Lint:
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:
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:
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:
R/bayesfactor_parameters.R#L267
file=R/bayesfactor_parameters.R,line=267,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
|
Lint:
R/bayesfactor_parameters.R#L294
file=R/bayesfactor_parameters.R,line=294,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 139 characters.
|
Lint:
R/bayesfactor_parameters.R#L414
file=R/bayesfactor_parameters.R,line=414,col=14,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Lint:
R/bayesfactor_parameters.R#L419
file=R/bayesfactor_parameters.R,line=419,col=16,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Lint:
R/bayesfactor_parameters.R#L473
file=R/bayesfactor_parameters.R,line=473,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
|
Lint:
R/bayesfactor_restricted.R#L201
file=R/bayesfactor_restricted.R,line=201,col=14,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Lint:
R/bayesfactor_restricted.R#L206
file=R/bayesfactor_restricted.R,line=206,col=16,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Loading