Spotted [here](http://stackoverflow.com/questions/23831109/rcpp-could-not-be-loaded). The problem is that [here](https://github.com/RcppCore/Rcpp/blob/b5ff9b5530e4a82682caab5ddc87ac23a7b8857e/R/Module.R#L129) it is called with quotes when it should not. ``` new_dummyObject <- function(...) .External( "class__dummyInstance", ...) ```