Skip to content

Full package review for epichains v0.1.0 release #194

Full package review for epichains v0.1.0 release

Full package review for epichains v0.1.0 release #194

Triggered via pull request December 15, 2023 13:58
@jamesmbaazamjamesmbaazam
synchronize #122
review
Status Failure
Total duration 2m 3s
Artifacts

lint-changed-files.yaml Required

on: pull_request
lint-changed-files
1m 52s
lint-changed-files
Fit to window
Zoom out
Zoom in

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)).