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':
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@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.