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 aabcee0 commit d0cb5ccCopy full SHA for d0cb5cc
.github/workflows/R-CMD-check.yaml
@@ -69,6 +69,12 @@ jobs:
69
eval sudo $cmd
70
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04"))')
71
72
+ - name: Install R Package Build Dependencies on MacOS, from https://github.com/stan-dev/cmdstanr/pull/1072/files
73
+ if: runner.os == 'macOS'
74
+ uses: r-hub/actions/setup-r-sysreqs@v1
75
+ with:
76
+ type: 'minimal'
77
+
78
- name: Install dependencies
79
run: |
80
remotes::install_deps(dependencies = TRUE)
0 commit comments