Make sure extract_stats()
and cousins work out of the box with grouped plots
#238
lint-changed-files.yaml
on: pull_request
lint-changed-files
2m 10s
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)).
|