Commit 706cecd
committed
[SPARK-39596][INFRA] Install
### 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 bf59f6e)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>ggplot2 for GitHub Action linter job1 parent b8978fe commit 706cecd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
388 | 389 | | |
389 | 390 | | |
390 | 391 | | |
| |||
0 commit comments