Skip to content

Make sure extract_stats() and cousins work out of the box with grouped plots #238

Make sure extract_stats() and cousins work out of the box with grouped plots

Make sure extract_stats() and cousins work out of the box with grouped plots #238

Triggered via pull request July 27, 2024 14:12
Status Failure
Total duration 2m 20s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
2m 10s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files: R/extract-stats.R#L77
file=R/extract-stats.R,line=77,col=5,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
lint-changed-files: R/extract-stats.R#L79
file=R/extract-stats.R,line=79,col=92,[unnecessary_lambda_linter] Pass .pluck_expression directly as a symbol to map() instead of wrapping it in an unnecessary anonymous function. For example, prefer purrr::map(DF, sum) to purrr::map(DF, ~sum(.x)).