[Rd] some problems building a package using R CMD CHECK (PR#7118)

Duncan Murdoch murdoch at stats.uwo.ca
Tue Jul 20 14:00:42 CEST 2004


First off, this is not a bug, and should not be reported to r-bugs.
Second, the email address you used bounces.  Please use a real one, or
make it clear that what you used is not real.

On Tue, 20 Jul 2004 13:25:10 +0200 (CEST), roman.pahl at web.de wrote:

>---------- Making package GroupSeqPack ------------
>  adding build stamp to DESCRIPTION
>  installing R files
>  installing man source files
>  installing indices
>There were 18 warnings (use warnings() to see them)                        =
>           <------------------------------------------ i tried "warnings()"=
> but that command does not seem to exist

warnings() is an R command.  You should try to track this down, but
it's not urgent:  solve the other problems first.

>  installing help
> >>> Building/Updating help pages for package 'GroupSeqPack'
>     Formats: text html latex example
>  alphaByUseFunction                text    html    latex   example
>  ....
>  ........some more functions..........
>  .....
>  useSpendingFunction               text    html    latex   example
> >>> Building/Updating help pages for package 'GroupSeqPack'
>     Formats: chm
>hhc: not found                                                             =
>                            <-------------------------------------------- w=
>hat is "hhc" for?

hhc is the Microsoft help compiler.  It is needed if you want to use
CHMHELP, but you should be able to a package without it.  You'll need
to modify the MkRules file in src/gnuwin32, setting WINHELP = NO.

readme.packages gives instructions on getting the help compiler.

Duncan Murdoch



More information about the R-devel mailing list