twitter / BreakoutDetection

Breakout Detection via Robust E-Statistics
GNU General Public License v2.0
755 stars 181 forks source link

Compilation problem related to Rcpp #16

Open codingbutstillalive opened 9 years ago

codingbutstillalive commented 9 years ago

Hi!

Thanks for this interesting package. However, I cannot install it because there is a problem with the Rcpp package. Can anyone help me with this?

* installing *source* package 'BreakoutDetection' ...
** libs
[... left out part... ]

RcppExports.cpp:4:18: fatal error: Rcpp.h: No such file or directory
compilation terminated.
make: *** [RcppExports.o] Error 1

[... left out part ...]

ERROR: compilation failed for package 'BreakoutDetection'
Error: Command failed (1)
codingbutstillalive commented 9 years ago

One more thing. I am working on a 64bit OS and Rcpp is installed. Maybe this is a relevant fact.

codingbutstillalive commented 9 years ago

I reinstalled R and now it works