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 358642f commit c263d49Copy full SHA for c263d49
.github/workflows/build.yaml
@@ -46,10 +46,10 @@ jobs:
46
run: |
47
dev/github-actions/setup-deps.sh ${{ matrix.os }}
48
49
-# # TODO RInside
50
- - name: Install R requirements
51
- run: R -e "install.packages('RInside')"
52
-# # run: Rscript install/R-requirements.R
+# # # TODO RInside
+# - name: Install R requirements
+# run: R -e "install.packages('RInside')"
+# # # run: Rscript install/R-requirements.R
53
54
# - uses: r-lib/actions/setup-r-dependencies@v2
55
# with:
0 commit comments