We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105e3f commit 83c2512Copy full SHA for 83c2512
.github/workflows/R-CMD-check.yaml
@@ -103,6 +103,7 @@ jobs:
103
if: runner.os == 'macOS'
104
run: |
105
brew install gettext
106
+ brew install libomp
107
export PKG_CPPFLAGS="-I$(brew --prefix gettext)/include"
108
export PKG_LIBS="-L$(brew --prefix gettext)/lib -lintl"
109
R -e 'install.packages("data.table", type="source")'
0 commit comments