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 9f9304f commit 6405056Copy full SHA for 6405056
.github/workflows/R-CMD-check.yaml
@@ -69,6 +69,13 @@ jobs:
69
shell: Rscript {0}
70
run: |
71
pak::local_system_requirements(execute = TRUE)
72
+
73
+ # https://stackoverflow.com/a/66568545/591574
74
+ #> fatal error: 'X11/Intrinsic.h' file not found
75
+ - name: Install Cairo macOS R devel dependency
76
+ if: runner.os == 'macOS' && matrix.config.r == 'devel'
77
+ run: |
78
+ brew install libxt
79
80
# xquartz and cairo are needed for Cairo package.
81
# harfbuzz and fribidi are needed for textshaping package.
0 commit comments