[R] problems with package.skeleton

Uwe Ligges ligges at statistik.tu-dortmund.de
Sat May 31 18:02:37 CEST 2008



cgenolin at u-paris10.fr wrote:
> Hi the list,
> 
> I do not manage to build a package using package.skeleton.
> My pacakge in called 'partition'
> I run package.skeleton, then I write the Rd file.
> 
> R CMD check partition is ok
> But R CMD build --binary partition does not compile. I get :
> 
> ....
> 
> WARNING
> * some HTML links may not be found
> installing R.css in c:/TEMP/Rinst322403595
> 
> ....
> 
> cp: cannot stat 'c:/TEMPS/Rbuild322403595/partition/chm/partition.chm': 

This tells us that probably the Mircosoft Compiled HTML compiler is not 
installed properly - it's the one that makes these chm files...

Best wishes,
Uwe Ligges

> no such file or directory
> make[1]: *** [chm-partition] Error 1
> make: *** [pkg-partition] Error 2
> *** installation of partition failed ***
> 
> Removing 'c:/TEMP/Rinst322403595/partition'
> ERROR
> * installation failed
> 
> Any idee of what is going wrong ?
> 
> Thanks
> 
> Christophe
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list