Update test based on glmmTMB fix #725
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 4s
Annotations
1 error and 4 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/check_dag.R#L288
file=R/check_dag.R,line=288,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/check_dag.R#L289
file=R/check_dag.R,line=289,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
lint-changed-files / lint-changed-files:
R/check_dag.R#L294
file=R/check_dag.R,line=294,col=58,[unnecessary_lambda_linter] Pass setdiff directly as a symbol to lapply() instead of wrapping it in an unnecessary anonymous function. For example, prefer lapply(DF, sum) to lapply(DF, function(x) sum(x)).
|
lint-changed-files / lint-changed-files:
R/check_dag.R#L306
file=R/check_dag.R,line=306,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 143 characters.
|