On 15/09/2007 10:27 PM, Gabor Grothendieck wrote:
> On Windows Vista hhc.exe is not available. One can do this on an
> install:
>
> rcmd install --docs=normal myPackage
>
> to avoid the message about hhc.exe; however,
> "rcmd build" does not appear to support --docs=normal so one cannot
> do a b
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
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
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 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
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 optimiz
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)?