rsquaredacademy / olsrr

Tools for developing OLS regression models
https://olsrr.rsquaredacademy.com/
Other
102 stars 23 forks source link

installation of package 'olsrr' had non-zero exit status #89

Closed thomaspernet closed 6 years ago

thomaspernet commented 6 years ago

I tried to install the package olsrr but I got this issue.

Warning in install.packages : installation of package 'olsrr' had non-zero exit status

the error is due to: fatal error: 'math.h' file not found mac fatal error: 'stdlib.h' file not found

but I install Xcode and the files exist

Thank you

aravindhebbali commented 6 years ago

Hi @thomaspernet, I do not use a mac and hence cannot comment about the above error but if i find a solution on the net, will definitely pass it on to you.

Regards, Aravind Hebbali

aravindhebbali commented 6 years ago

I found one work around here. Let me know if it resolves the installation issue.

thomaspernet commented 6 years ago

Hi @aravindhebbali actually, I found the issue this morning. I created a conda env and it couldn't find the local path. So I installed the dependencies inside the environment, and then I was able to install olsrr

aravindhebbali commented 6 years ago

Great.. hope you find olsrr useful :)

aravindhebbali commented 6 years ago

I will close this issue now