Displaying 1 result from an estimated 1 matches for "file26476eb7fd0".
2012 Oct 15
0
First time Rcpp user needs compiler help, I think
...,src,plugin="Rcpp")
That last line generates the error message:
Error in compileCode(f, code, language = language, verbose = verbose) :
Compilation ERROR, function(s)/method(s) not created!
In addition: Warning message:
running command 'C:/PROGRA~1/R/R-215~1.1/bin/i386/R CMD SHLIB
file26476eb7fd0.cpp 2> file26476eb7fd0.cpp.txt' had status 1
I am assuming that I don't have the necessary compiler installed on my
machine. I tried installing Rtools, which created a C:/Rtools/ directory
with the files, but I am not sure if my R software knows how to properly
access it. I was advise...