File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7676 r-version : ${{ matrix.config.r }}
7777 http-user-agent : ${{ matrix.config.http-user-agent }}
7878 use-public-rspm : true
79-
79+
80+ - name : Install system dependencies for Rmpi (OpenMPI)
81+ if : runner.os == 'Linux'
82+ run : |
83+ sudo apt install -y libopenmpi-dev openmpi-bin
84+
8085 - uses : r-lib/actions/setup-r-dependencies@v2
8186 with :
8287 extra-packages : |
Original file line number Diff line number Diff line change 11Package: future
2- Version: 1.67.0-9004
2+ Version: 1.67.0-9005
33Title: Unified Parallel and Distributed Processing in R for Everyone
44Depends:
55 R (>= 3.2.0)
@@ -13,7 +13,7 @@ Imports:
1313Suggests:
1414 methods,
1515 RhpcBLASctl,
16- Rmpi,
16+ Rmpi, snow,
1717 R.rsp,
1818 markdown
1919VignetteBuilder: R.rsp
You can’t perform that action at this time.
0 commit comments