Revision 706cecdc02833e2ea8f2137383cd0ff1222e8f44 authored by Dongjoon Hyun on 25 June 2022, 07:31:54 UTC, committed by Dongjoon Hyun on 04 January 2023, 06:02:29 UTC
### What changes were proposed in this pull request?

This PR aims to fix GitHub Action linter job by installing `ggplot2`.

### Why are the changes needed?

It starts to fail like the following.
- https://github.com/apache/spark/runs/7047294196?check_suite_focus=true
```
x Failed to parse Rd in histogram.Rd
ℹ there is no package called ‘ggplot2’
```

### Does this PR introduce _any_ user-facing change?

No. This is a dev-only change.

### How was this patch tested?

Pass the GitHub Action linter job.

Closes #36987 from dongjoon-hyun/SPARK-39596.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit bf59f6e4bd7f34f8a36bfef1e93e0ddccddf9e43)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent b8978fe
History

README.md

back to top