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
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@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