[R] building R libraries (windows) - R CMD check problems

Duncan Murdoch dmurdoch at pair.com
Wed Jun 16 01:20:47 CEST 2004


On Tue, 15 Jun 2004 19:08:33 -0400, Tarca Adi Laurentiu
<ltarca at rsvs.ulaval.ca> wrote:

>I am trying to build a R library called nnNorm but I have some troubles 
>checking and installing it.
...
>
>---------- Making package nnNorm ------------
>   adding build stamp to DESCRIPTION
>   installing R files
>   installing inst files
>FIND : format incorrect de paramètre

You've got a problem with your PATH.  "find.exe" is one of the
programs in the package of tools that Brian Ripley put together, but
you're trying to execute some other FIND program.  You need to set up
the path as described in $RHOME/readme.packages.

Duncan Murdoch




More information about the R-help mailing list