Skip to content

make check failure with R-1.7.0

2 messages · Patrick Connolly

#
On Thu, 17-Apr-2003 at 04:22AM +0200, Laurent Gautier wrote:
|> I'm even more puzzled... I installed R1.7.0 from source
|> and R check hangs on:
|> make[3]: Entering directory `/home/laurent/R-release/tests'
|> running code in 'internet.R' ...
|> 
|> (Linux and Mdk9.1).
|> 
|> 
|> Which OS did you compile it on  ?

Sorry.  Forgot to mention:

platform i686-pc-linux-gnu
arch     i686             
os       linux-gnu        
system   i686, linux-gnu  
status                    
major    1                
minor    7.0              
year     2003             
month    04               
day      16               
language R                

Redhat 7.3.  

I'm compiling without root access, which you appear to be doing.  I
got a lot further when I tinkered with the base-Ex.R file, seeming to
have no problem with internet.R.  You seem to be saying you didn't
have the problem I had.  I'd be interested to know how that could be.

You should be able to find a 'fail' file to see what didn't work.  In
your case, it would be
/home/laurent/R-release/tests/internet.Rout.fail



I've run into another one with some data called cement at the end
(line 871) of reg-tests-2.Rout.  So far, I can't work out where it
should be findable from.

Ideas welcome.

best
#
On Thu, 17-Apr-2003 at 03:46PM +1200, Patrick Connolly wrote:
|> I've run into another one with some data called cement at the end
|> (line 871) of reg-tests-2.Rout.  So far, I can't work out where it
|> should be findable from.

Pleased to report, I found the problem was with an old MASS library
that was being used.  Easy once you know. :-)

best