We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83adbd8 commit 789209bCopy full SHA for 789209b
1 file changed
.github/workflows/windows_macosx.yml
@@ -51,15 +51,9 @@ jobs:
51
shell: Rscript {0}
52
env:
53
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
54
- - name: Update deps #devtools::install() is unstable under windows. workaround is to run 'devtools::install_deps()' beforehand.
55
- run: |
56
- devtools::install_deps()
57
- shell: Rscript {0}
58
- env:
59
- GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
60
- name: Build
61
run: |
62
- devtools::install()
+ pak::local_install(dependencies=TRUE)
63
64
65
0 commit comments