Skip to content
Prev 138885 / 398506 Next

Trouble with R CMD check

On 3/7/2008 1:21 PM, Shewcraft, Ryan wrote:
You're getting lots of warnings from the compiler; presumably those have 
nothing to do with you.  Then at the end you're getting an error because 
you haven't set up your R toolset completely:

hhc: not found

This is the Microsoft Help Workshop help compiler.  Either you didn't 
install it, or didn't put it in the right place.  But you can avoid the 
error by just not building compiled help, using

Rcmd install --docs=normal polsplineRS

Duncan Murdoch