[Rd] Building source package in Windows, error in .doLoadActions()

2014-06-05 Thread Luis de la Torre
I'm trying to build the source package KNITRO in Windows and getting an error when the package is loaded. Maybe there is something I'm missing in order to build a package in Windows? Note that I have successfully built the package in Linux. I'm using R 3.1.0; Rcpp 0.11.1 installed from CRAN; Cygwi

[Rd] Building source package in Windows, error in .doLoadActions()

2014-06-05 Thread Luis de la Torre
Sorry for duplicate posting. It looks like my previous post was deleted because it wasn't plain text. I'm trying to build the source package KNITRO in Windows and getting an error when the package is loaded. Maybe there is something I'm missing in order to build a package in Windows? Note that I h

Re: [Rd] debugging a CUDA-enabled R package with cuda-memcheck

2014-06-05 Thread landau
Edit: I solved this problem by putting R CMD BATCH --no-save < test.R into a script (say, run.sh), and then running $ cuda-memcheck ./run.sh -- View this message in context: http://r.789695.n4.nabble.com/debugging-a-CUDA-enabled-R-package-with-cuda-memcheck-tp4691669p4691765.html Sen

Re: [Rd] cuda-memcheck to debug CUDA-enabled R packages

2014-06-05 Thread landau
Edit: I solved this problem by putting R CMD BATCH --no-save < test.R into a script (say, run.sh), and then running $ cuda-memcheck ./run.sh -- View this message in context: http://r.789695.n4.nabble.com/cuda-memcheck-to-debug-CUDA-enabled-R-packages-tp4691668p4691766.html Sent from th

[Rd] Note: information on .o files is not available

2014-06-05 Thread landau
I'm developing an R package with compiled code in CUDA C/C++. I ran R CMD check on it, and there are no errors or warnings. However, there is a note that reads, "Note: information on .o files is not available". What does this mean? I can't find any clues on the web, in the documentation, or in the

Re: [Rd] Building source package in Windows, error in .doLoadActions()

2014-06-05 Thread Uwe Ligges
On 05.06.2014 19:57, Luis de la Torre wrote: I'm trying to build the source package KNITRO in Windows and getting an error when the package is loaded. Maybe there is something I'm missing in order to build a package in Windows? Note that I have successfully built the package in Linux. I'm usin