Skip to content

Commit

Permalink
update the cran doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui5801 committed Jan 3, 2025
1 parent 4e75414 commit 2520c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cran-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
Rscript -e 'install.packages(c("roxygen2", "knitr", "rmarkdown", "devtools",
"stats", "graphics", "plot3D", "ggplot2",
"reshape2", "grid", "ggthemes", "tidyr",
"statebins", "ggrepel", "RColorBrewer", "scales"))'
"statebins", "ggrepel", "RColorBrewer", "scales", "gridExtra","parallel"))'
- name: Generate documentation
run: |
Expand Down

0 comments on commit 2520c14

Please sign in to comment.