Re: [R] 1.4.1 R CMD check broken?

About this list Date view Thread view Subject view Author view Attachment view

From: Uwe Ligges (ligges@statistik.uni-dortmund.de)
Date: Thu 31 Jan 2002 - 08:53:06 EST


Message-id: <3C586B42.899392E7@statistik.uni-dortmund.de>

apjaworski@mmm.com wrote:
>
> I am not sure if this is already known. I checked BUGS and found some
> references to similar behavior when R_HOME is set?
>
> Here is what I get:
>
> (1) Fresh build of 1.4.1 under Linux/RH-7.2. All tests pass.
>
> > R CMD check ctest
> * checking for working latex ... OK
> * using log directory `/home/andyj/stat/R-1.4.1/library/ctest.Rcheck'

I see, you are running R CMD check on the binary version of the package.
The binaries were made during the "global":

 ./configure
 make

> Installing *source* package `ctest' ...
> R
> help
> >>> Building/Updating help pages for package `ctest'
> Formats: text html latex example
>
> At this point R hangs.
>
> (2) Just installed 1.4.1 on Win200 using Prof. Ripley single file installer
>
> c:/R/rw1041/library > Rcmd.exe check ctest

The binary package is installed at this place, but Rcmd CHECK is
designed for the source package.

> * checking for working latex ... OK
> * using log directory `/cygdrive/c/R/rw1041/library/ctest.Rcheck'
>
> make: Entering directory `/cygdrive/c/R/rw1041/src/gnuwin32'
> make DLLNM= \
> -C /cygdrive/c/R/rw1041/library/ctest PKG=ctest
> RHOME=/cygdrive/c/R/rw1041 RLI
> B=/cygdrive/c/R/rw1041/library/ctest.Rcheck \
> -f /cygdrive/c/R/rw1041/src/gnuwin32/MakePkg
> make[1]: Entering directory `/cygdrive/c/R/rw1041/library/ctest'
> ---------- Making package ctest ------------
> mkdir -p /cygdrive/c/R/rw1041/library/ctest.Rcheck/ctest
> cp -r ./INDEX ./TITLE ./CONTENTS ./R-ex ./chtml ./help ./html
> ./latex ./libs
> /cygdrive/c/R/rw1041/library/ctest.Rcheck/ctest/
> adding build stamp to DESCRIPTION
> no R files in this package

Right, because it's the binary version, and CHECK makes no sense.

> installing man source files
>
> At this point Rcmd hangs also.
>
> In both cases the problems seems to be that the $R_HOME/library/ctest/R
> never gets copied to the ctest.Rcheck/ctest. In the Windows case there is
> no man directory in ctest, but an empty one is created in ctest.Rcheck.

Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Wed 16 Oct 2002 - 11:56:55 EST