Re: [R] Missing R.h

2011-08-09 Thread wxffxw
I have the same problem. Either using install.packages() in R or using R CMD INSTALL. See below - /usr/local/cuda/bin/nvcc -gencode arch=compute_10,code=sm_10 -gencode arch=compute_11,code=sm_11 -gencode arch=compute_12,code=sm_12 -gencode

[R] Missing R.h

2011-02-25 Thread Noah Silverman
Hi, I'm trying to install a module - gputools - and keep getting compile time errors about missing R.h Does anyone know where this file can be found? Thanks! __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Missing R.h

2011-02-25 Thread Duncan Murdoch
On 25/02/2011 12:48 PM, Noah Silverman wrote: Hi, I'm trying to install a module - gputools - and keep getting compile time errors about missing R.h Does anyone know where this file can be found? It's in the include subdirectory in an installed R, and in src/include in the source. It