[Rd] inst directory

2004-10-09 Thread Bob Wheeler
R CMD check on a Windows system, halts with the following;
  installing inst files
FIND: Parameter format not correct
make[2]: *** [C:/AlgDesign/AlgDesign.Rcheck/AlgDesign/inst]Error 2
make[1] *** [all] Error 2
make: *** [pkg-AlgDesign] Error2
*** Installation of AlgDesign failed 
The inst directory contains the sub directory doc with a pdf and dvi 
file. Any sub directory in inst seems to cause this problem. The check 
was OK prior to 1.9.0.

What has changed? If it is in the R documentation, I have missed it.
--
Bob Wheeler --- http://www.bobwheeler.com/
ECHIP, Inc. ---
Randomness comes in bunches.
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] inst directory

2004-10-09 Thread Uwe Ligges
Bob Wheeler wrote:
R CMD check on a Windows system, halts with the following;
  installing inst files
FIND: Parameter format not correct
Ahh! You have to add the tools set in the path before the Windows system 
directory, because this way Windows' find was found rather than the one 
from the tools set.

Uwe Ligges
make[2]: *** [C:/AlgDesign/AlgDesign.Rcheck/AlgDesign/inst]Error 2
make[1] *** [all] Error 2
make: *** [pkg-AlgDesign] Error2
*** Installation of AlgDesign failed 
The inst directory contains the sub directory doc with a pdf and dvi 
file. Any sub directory in inst seems to cause this problem. The check 
was OK prior to 1.9.0.

What has changed? If it is in the R documentation, I have missed it.

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] inst directory

2004-10-09 Thread Bob Wheeler
My thanks to all who replied. That fixed it.
Uwe Ligges wrote:
Bob Wheeler wrote:
R CMD check on a Windows system, halts with the following;
  installing inst files
FIND: Parameter format not correct

Ahh! You have to add the tools set in the path before the Windows system 
directory, because this way Windows' find was found rather than the one 
from the tools set.

Uwe Ligges
make[2]: *** [C:/AlgDesign/AlgDesign.Rcheck/AlgDesign/inst]Error 2
make[1] *** [all] Error 2
make: *** [pkg-AlgDesign] Error2
*** Installation of AlgDesign failed 
The inst directory contains the sub directory doc with a pdf and dvi 
file. Any sub directory in inst seems to cause this problem. The check 
was OK prior to 1.9.0.

What has changed? If it is in the R documentation, I have missed it.



--
Bob Wheeler --- http://www.bobwheeler.com/
ECHIP, Inc. ---
Randomness comes in bunches.
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel