tlverse / hal9001

🤠 📿 The Highly Adaptive Lasso
https://tlverse.org/hal9001
GNU General Public License v3.0
49 stars 15 forks source link

Conflict with data.table package #42

Closed rfherrerac closed 5 years ago

rfherrerac commented 5 years ago

When I tried to install hal9001 this error came up clang: error: unsupported option '-fopenmp' make: *** [assign.o] Error 1 ERROR: compilation failed for package ‘data.table’

R version 3.5.3 (2019-03-11) -- "Great Truth" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin15.6.0 (64-bit)

jeremyrcoyle commented 5 years ago

That error indicates that you have failed to build data.table package from source. This is an issue with your build environment. See https://thecoatlessprofessor.com/programming/openmp-in-r-on-os-x/ for instructions on how to resolve it.