File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : r-lib/actions/setup-pandoc@v2
1717 - name : Install dependencies
1818 run : |
19- Rscript -e 'install.packages(c("remotes"), repos = "https://cloud.r-project.org")'
20- Rscript -e 'remotes::install_deps(dependencies = TRUE)'
21- Rscript -e 'if (!requireNamespace("pkgdown", quietly = TRUE)) install.packages("pkgdown", repos = "https://cloud.r-project.org")'
19+ Rscript -e 'install.packages(c("remotes", "pkgdown"), repos = "https://cloud.r-project.org")'
20+ Rscript -e 'remotes::install_deps(dependencies = TRUE, upgrade = "never")'
2221 - name : Build pkgdown site
2322 run : Rscript -e 'pkgdown::build_site()'
2423 - name : Upload docs artifact
Original file line number Diff line number Diff line change 11# hotpatchR
22
3- [ ![ hotpatchR hex logo ] ( inst/hex/hotpatchR-hex.png )] ( inst/hex/hotpatchR-hex.png )
3+ < p align = " left " >< a href = " inst/hex/hotpatchR-hex.svg " >< img src = " inst/hex/hotpatchR-hex.svg " alt = " hotpatchR hex logo " width = " 120 " /></ a ></ p >
44
55[ ![ R-CMD check] ( https://github.com/munoztd0/hotpatchR/actions/workflows/r-cmd-check.yaml/badge.svg )] ( https://github.com/munoztd0/hotpatchR/actions/workflows/r-cmd-check.yaml )
66[ ![ pkgdown] ( https://github.com/munoztd0/hotpatchR/actions/workflows/pkgdown.yaml/badge.svg )] ( https://github.com/munoztd0/hotpatchR/actions/workflows/pkgdown.yaml )
You can’t perform that action at this time.
0 commit comments