We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368966a commit a86b631Copy full SHA for a86b631
1 file changed
.github/workflows/rtools.yaml
@@ -36,12 +36,11 @@ jobs:
36
http-user-agent: ${{ matrix.config.http-user-agent }}
37
use-public-rspm: true
38
39
- - uses: ./setup-r-dependencies
40
- with:
41
- pak-version: ${{ github.event.inputs.pak-version || 'stable' }}
42
- extra-packages: any::rcmdcheck
43
- needs: check
44
-
45
- - uses: ./check-r-package
46
47
- upload-snapshots: true
+ - name: "Check what version of rtools is installed"
+ - run: |
+ ls c:/
+
+ - name: "Install package from source"
+ run: |
+ install.packages("filelock", type = "source")
+ shell: Rscript {0}
0 commit comments