Skip to content

Merge branch 'main' of https://github.com/easystats/bayestestR #413

Merge branch 'main' of https://github.com/easystats/bayestestR

Merge branch 'main' of https://github.com/easystats/bayestestR #413

Triggered via push October 8, 2023 10:51
Status Success
Total duration 9m 0s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/area_under_curve.R#L45
file=R/area_under_curve.R,line=45,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/area_under_curve.R#L46
file=R/area_under_curve.R,line=46,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/area_under_curve.R#L47
file=R/area_under_curve.R,line=47,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
lint / lint: R/bayesfactor_inclusion.R#L110
file=R/bayesfactor_inclusion.R,line=110,col=32,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/bayesfactor_inclusion.R#L188
file=R/bayesfactor_inclusion.R,line=188,col=32,[unnecessary_lambda_linter] Pass length directly as a symbol to vapply() instead of wrapping it in an unnecessary anonymous function. For example, prefer lapply(DF, sum) to lapply(DF, function(x) sum(x)).
lint / lint: R/bayesfactor_models.R#L180
file=R/bayesfactor_models.R,line=180,col=18,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/bayesfactor_models.R#L180
file=R/bayesfactor_models.R,line=180,col=28,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
lint / lint: R/bayesfactor_models.R#L191
file=R/bayesfactor_models.R,line=191,col=19,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/bayesfactor_models.R#L193
file=R/bayesfactor_models.R,line=193,col=18,[undesirable_function_linter] Function "sapply" is undesirable.
lint / lint: R/bayesfactor_models.R#L212
file=R/bayesfactor_models.R,line=212,col=6,[indentation_linter] Indentation should be 10 spaces but is 6 spaces.