We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4291e24 + 175bf0f commit 4cf7c5fCopy full SHA for 4cf7c5f
.github/workflows/R-CMD-check-dtdev.yaml
@@ -50,6 +50,10 @@ jobs:
50
upgrade: 1
51
needs: check
52
53
+ - name: report data.table version
54
+ shell: bash
55
+ run: R -e 'packageDescription("data.table")'
56
+
57
- uses: r-lib/actions/check-r-package@v2
58
with:
59
upload-snapshots: true
.github/workflows/R-CMD-check.yaml
@@ -44,6 +44,10 @@ jobs:
44
extra-packages: any::rcmdcheck
45
46
47
48
49
0 commit comments