Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

R failed to load BreakoutDetection #4

Open
svkerr opened this issue Oct 26, 2014 · 3 comments
Open

R failed to load BreakoutDetection #4

svkerr opened this issue Oct 26, 2014 · 3 comments

Comments

@svkerr
Copy link

svkerr commented Oct 26, 2014

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.

@akejariwal
Copy link
Contributor

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

@svkerr
Copy link
Author

svkerr commented Oct 27, 2014

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
#4 (comment)
.

@akejariwal
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants