There was an error while loading. Please reload this page.
1 parent 1dcb1d3 commit 7a2b854Copy full SHA for 7a2b854
1 file changed
.github/workflows/readme.yml
@@ -30,11 +30,11 @@ jobs:
30
31
- uses: r-lib/actions/setup-r-dependencies@v2
32
33
- # ✅ Install your package (this fixes citation error)
+ # Install your package (this fixes citation error)
34
- name: Install package
35
- run: Rscript -e 'remotes::install_local(".", dependencies = FALSE)'
+ run: Rscript -e 'remotes::install_local(".", dependencies = FALSE)'
36
37
- # ✅ Render README
+ # Render README
38
- name: Render README
39
run: Rscript -e 'rmarkdown::render("README.Rmd", output_format = "github_document")'
40
env:
0 commit comments