BreakoutDetection icon indicating copy to clipboard operation
BreakoutDetection copied to clipboard

R failed to load BreakoutDetection

Open svkerr opened this issue 10 years ago • 3 comments

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.

svkerr avatar Oct 26 '14 20:10 svkerr

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

akejariwal avatar Oct 27 '14 00:10 akejariwal

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 .

svkerr avatar Oct 27 '14 00:10 svkerr

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.

akejariwal avatar Oct 27 '14 02:10 akejariwal