Re: [Rd] r cmd build

2007-09-16 Thread Gabor Grothendieck
The Writing Extensions manual says to do an R CMD build for releases to CRAN. That's what I have been doing and that does produce a .tar.gz file even though I get a message about hhc.exe. Is that what I should continue to do and ignore the message or should I be using one of the alternatives you

Re: [Rd] r cmd build

2007-09-16 Thread Gabor Grothendieck
Something should be added to the Writing Extensions manual since one gets this message during the R CMD build on Vista: hhc: not found CHM compile failed: HTML Help Workshop not installed? and one is not really sure if the result is ok or not -- it does say it FAILED. Even better would be to get

Re: [Rd] r cmd build

2007-09-16 Thread Uwe Ligges
Gabor Grothendieck wrote: The Writing Extensions manual says to do an R CMD build for releases to CRAN. That's what I have been doing and that does produce a .tar.gz file even though I get a message about hhc.exe. Is that what I should continue to do and ignore the message or should I be

[Rd] Using gsl libraries in R packages

2007-09-16 Thread Michael Braun
I have some compiled C code that I call from R, and I would like to distribute this code as an R package through CRAN. In the C code, I use the gsl numerical libraries, mainly for the BLAS interface, some linear algebra functions, and some optimization routines. As I prepare this code to conform

Re: [Rd] Using gsl libraries in R packages

2007-09-16 Thread Prof Brian Ripley
On Sun, 16 Sep 2007, Michael Braun wrote: I have some compiled C code that I call from R, and I would like to distribute this code as an R package through CRAN. In the C code, I use the gsl numerical libraries, mainly for the BLAS interface, some linear algebra functions, and some

[Rd] Call C code from R

2007-09-16 Thread Ольга К. Камнева
Hello, All! I'm new for R-devel list. And I'd like to ask some questions, maybe they will be stuped for the most part of members of the list. I need to call function which is written in C++ from R. My questions are: 1. How should I include libraries (for example, iomanip, sstream, iostream)?