support rvar
columns in data.frames
#531
Annotations
10 warnings
lint / 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 / 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 / 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 / lint:
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 / lint:
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 / lint:
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 / lint:
R/bayesfactor.R#L11
file=R/bayesfactor.R,line=11,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 148 characters.
|
lint / lint:
R/bayesfactor.R#L20
file=R/bayesfactor.R,line=20,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 145 characters.
|
lint / lint:
R/bayesfactor.R#L22
file=R/bayesfactor.R,line=22,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 179 characters.
|
lint / lint:
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) { ... }`.
|