zmjones / edarf

exploratory data analysis using random forests
MIT License
68 stars 11 forks source link

dependencies failed to install #37

Closed flinder closed 9 years ago

flinder commented 9 years ago

Just installed edarf on a new machine and the automatic installation of dependencies failed. Could however install the dependencies manually (specifically, in order: 'zoo', 'sandwich', 'strucchange' (Dependencies to party?)). Not a big deal but weird and not sure if systme specific

zmjones commented 9 years ago

Yes those are dependencies to party. Remember to use my forked copy if you want SE estimation.

I just restarted Travis to double check. I have some compiler breakage that is preventing me from double checking on my machine. Will update when I am sure.

I am actually going to rewrite a bit of in the next few days or so (using the much better code I wrote for mlr).

flinder commented 9 years ago

cool sounds good. Let me know if I can help

zmjones commented 9 years ago

yea it must be a local issue on your machine. Travis says the build runs cleanly from scratch. My first guess would be a compiler issue.