Full package review for epichains v0.1.0 release #194
lint-changed-files.yaml Required
on: pull_request
lint-changed-files
1m 52s
Annotations
1 error and 1 warning
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/likelihood.R#L144
file=R/likelihood.R,line=144,col=44,[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)).
|