File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -27,33 +27,29 @@ jobs:
2727 R_KEEP_PKG_SOURCE : yes
2828
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131
3232 - uses : r-lib/actions/setup-pandoc@v2
3333
3434 - uses : r-lib/actions/setup-r@v2
3535 with :
36- extra-repositories : https://Rdatatable.gitlab.io/data.table
3736 r-version : ${{ matrix.config.r }}
3837 http-user-agent : ${{ matrix.config.http-user-agent }}
3938 use-public-rspm : true
4039
41- - name : Install R Package Build Dependencies on MacOS, from https://github.com/stan-dev/cmdstanr/pull/1072/files
42- if : ${{ runner.os == 'macOS' }}
43- uses : r-hub/actions/setup-r-sysreqs@v1
44- with :
45- type : ' minimal'
46-
4740 - uses : r-lib/actions/setup-r-dependencies@v2
4841 with :
4942 extra-packages : any::rcmdcheck
50- upgrade : 1
5143 needs : check
5244
45+ - name : upgrade data.table to devel
46+ run : R -e 'data.table::update_dev_pkg()'
47+
5348 - name : report data.table version
5449 shell : bash
5550 run : R -e 'packageDescription("data.table")'
5651
5752 - uses : r-lib/actions/check-r-package@v2
5853 with :
5954 upload-snapshots : true
55+
You can’t perform that action at this time.
0 commit comments