Update test based on glmmTMB fix #728
Annotations
1 error and 4 warnings
|
R/check_dag.R#L315
file=R/check_dag.R,line=315,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
R/check_dag.R#L316
file=R/check_dag.R,line=316,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.
|
R/check_dag.R#L321
file=R/check_dag.R,line=321,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)).
|
R/check_dag.R#L333
file=R/check_dag.R,line=333,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 143 characters.
|
This job failed
Loading