[Rd] Re: [R] R package with C code on Windows

Uwe Ligges ligges at statistik.uni-dortmund.de
Sat Feb 5 17:19:40 CET 2005


S. Blay wrote:

> Dear R helpers,
> 
> MyPkg passes R CMD check on Linux machines.
> However, when I 'R CMD check myPkg' on Windows,
> the libs subdirectory is not being created.
> 
> If I install the package and then create the libs 
> subdirectory manually and copy the dll files to it, 
> the package seems to work fine 
> (but that's not good enough for submitting it to CRAN).
> 
> Any advice will be appreciated, 
> 
> Thanks,
> 
> Sigal
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[moved to R-devel]

You might want to redesign your package in order to finally have just 
one dll called like the package (i.e. stepwise.dll which will be 
installed automatically).

BTW: You don't want CC = gcc in your Makefile.win.

Uwe Ligges



More information about the R-devel mailing list