Commit b1893a5
committed
Fix: Use setup-r-dependencies action to install system dependencies
- Replace manual dependency installation with r-lib/actions/setup-r-dependencies@v2
- Automatically installs system dependencies like libudunits2 for units package
- Fixes 'libudunits2.so.0: cannot open shared object file' error
- Uses pak for fast, reliable package installation
- Includes sessioninfo for debugging1 parent 1f49558 commit b1893a5
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments