There was an error while loading. Please reload this page.
1 parent 6299c4a commit 1dcb1d3Copy full SHA for 1dcb1d3
1 file changed
.github/workflows/readme.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# ✅ Install your package (this fixes citation error)
34
- name: Install package
35
- run: Rscript -e 'install.packages("devtools"); devtools::install(".", upgrade = "never", dependencies = FALSE)'
+ run: Rscript -e 'remotes::install_local(".", dependencies = FALSE)'
36
37
# ✅ Render README
38
- name: Render README
0 commit comments