Here is another thing that might help work out what is happening.  If I 
use --no-install, ade4 actually fails as well, in the same way as zipfR.

  [Desktop]$ R CMD check --no-install ade4
  * checking for working latex ... OK
  * using log directory '/home/rak776/Desktop/ade4.Rcheck'
  * using Version 2.3.1 (2006-06-01)
  * checking for file 'ade4/DESCRIPTION' ... OK
  * this is package 'ade4' version '1.4-1'
  * checking if this is a source package ... OK
  * checking package directory ... OK
  * checking for portable file names ... OK
  * checking for sufficient/correct file permissions ... OK
  * checking DESCRIPTION meta-information ... ERROR

  [Desktop]$ R CMD check --no-install zipfR
  * checking for working latex ... OK
  * using log directory '/home/rak776/Desktop/zipfR.Rcheck'
  * using Version 2.3.1 (2006-06-01)
  * checking for file 'zipfR/DESCRIPTION' ... OK
  * checking extension type ... Package
  * this is package 'zipfR' version '0.6-0'
  * checking if this is a source package ... OK
  * checking package directory ... OK
  * checking for portable file names ... OK
  * checking for sufficient/correct file permissions ... OK
  * checking DESCRIPTION meta-information ... ERROR

Robert King wrote:
> No output from the tools command
> 
>> Robert King <[EMAIL PROTECTED]> writes:
>>>
>>> However, R CMD check seems to fail for packages with no dependencies 
>>> at the dependencies check stage.
>>>
>>> I've tried this with two packages, my own gld and also zipfR.  Both 
>>> fail in the same way.
>>>
>>> [Desktop]$ R CMD check zipfR_0.6-0.tar.gz
>>> * checking for working latex ... OK

...

>>> * checking package dependencies ... ERROR
>>>
>>> Both these work on two other systems - one a debian/sarge AMD64 and a 
>>> debian/sarge i386
>>
>> And at least the former is quite happy on a vanilla FC5/ R2.3.1
>>
>> What happens if you fire up R --quiet and submit
>>
>>  tools:::.check_package_depends("zipfR")
>>
>> (after unpacking the tarball, of course)? This gives no output for me.
> 
> Similarly, no output
> 
>>> A package with dependencies checks for dependencies correctly - for 
>>> example ade4:
>>>
>>> Desktop]$ R CMD check ade4_1.4-1.tar.gz
...
>>> Does anyone have ideas on what is going wrong?
>>>
>>> Regards,
>>> Robert King
>

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to