[Rd] Error in gzfile(file, mode) when checking a package with rcmd check

2011-10-16 Thread Patrick Giraudoux
Hi, For the first time I have a strange behaviour when checking a package before 'packaging' the code. Looks like a file cannot be read. rcmd check pgirmess * using log directory 'U:/Documents and Settings/pgiraudo/Mes documents/R/pgir_arch/pgirmess_arch/On work/pgirmess.Rcheck' * using R v

Re: [Rd] Error in gzfile(file, mode) when checking a package with rcmd check

2011-10-16 Thread Patrick Giraudoux
PS: looks like if it has something to do with moving from R 2.13.1 to R 2.13.2, since I cannot even check earlier versions of the pgirmess package that where well checked and compiled under earlier R versions. Le 16/10/2011 09:50, Patrick Giraudoux a écrit : Hi, For the first time I have a s

Re: [Rd] Error in gzfile(file, mode) when checking a package with rcmd check

2011-10-16 Thread Patrick Giraudoux
Also have just tried to build the package with no preliminary check. The package apparently builds OK, tar.gz as well as binary .zip. Really looks like the error has to do with the rcmd check command specifically... May it be a bug ? Suppose I am not the only one to have checked a package since

Re: [Rd] trace an Rd conversion error in R cmd check

2011-10-16 Thread Henrik Bengtsson
Hi. On Wed, Oct 12, 2011 at 9:24 AM, Joshua Wiley wrote: > Hi All, > > Apologies if this is a very naive question.  Is there a way to see the > particular Rd file being processed right before a warning/error > occurs?  As far as I can tell, all my .Rd files use have names and > titles and they ar

Re: [Rd] Error in gzfile(file, mode) when checking a package with rcmd check

2011-10-16 Thread Joshua Wiley
Hmm, I have not had any difficulty with 2.13.2 on x86_64-pc-mingw32/x64, but I do have trouble with R CMD check on R devel, as has another user now. It is never with building or installing, just the checking. In my case, the error comes when building the manual. 2011/10/16 Patrick Giraudoux : >