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 5fd15e0 commit 3d71fcbCopy full SHA for 3d71fcb
.github/workflows/r-cmd-check.yml
@@ -47,12 +47,12 @@ jobs:
47
extra-packages: any::rcmdcheck
48
needs: check
49
50
- - run: RWeka::WPM("install-package", "XMeans")
51
- shell: Rscript {0}
52
-
53
- - uses: r-lib/actions/check-r-package@v2
54
55
- uses: mxschmitt/action-tmate@v3
56
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
57
with:
58
limit-access-to-actor: true
+
+ - run: RWeka::WPM("install-package", "XMeans")
+ shell: Rscript {0}
+ - uses: r-lib/actions/check-r-package@v2
0 commit comments