BreakoutDetection
BreakoutDetection copied to clipboard
R failed to load BreakoutDetection
My System Parameters: MacBookPro, Mac OSX 10.8.5 RStudio Version 0.98.1049, R Version 3.1.1 I installed Command Line Tools via Apple Developer Website for Mountain Lion
R Commands Follow: devtools::install_github("twitter/BreakoutDetection") library(BreakoutDetection)
Generated following error: 1 error generated. make: *** [edm-multi.o] Error 1 ERROR: compilation failed for package ‘BreakoutDetection’
Any ideas what is going wrong? Really want to use this tool.
Which version of clang++ are you using?
Mine is the following:
clang++ -v Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix
clang++ -v Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) Target: x86_64-apple-darwin12.5.0 Thread model: posix
On Sun, Oct 26, 2014 at 5:42 PM, akejariwal [email protected] wrote:
Which version of clang++ are you using?
Mine is the following:
clang++ -v Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix
— Reply to this email directly or view it on GitHub https://github.com/twitter/BreakoutDetection/issues/4#issuecomment-60539725 .
My OSX is Mac OSX 10.9.5. Same version of R as you have. I just did an install and it compiled fine. Can you update your clang++ and try again.