Skip to content

make check when installing R-1.6.0

5 messages · Brian O'Gorman, Jonathan Rougier, Brian Ripley

#
This is the result of my make check,  could anyone help me out on this
one?

     Formats: text example
running code in 'base-Ex.R' ...*** Error code 1
make: Fatal error: Command failed for target `base-Ex.Rout'
Current working directory /apps/R/R-1.6.0/tests/Examples
*** Error code 1
make: Fatal error: Command failed for target `test-Examples-Base'
Current working directory /apps/R/R-1.6.0/tests/Examples
*** Error code 1
make: Fatal error: Command failed for target `test-Examples'
Current working directory /apps/R/R-1.6.0/tests
*** Error code 1
make: Fatal error: Command failed for target `test-all-basics'
Current working directory /apps/R/R-1.6.0/tests
*** Error code 1
make: Fatal error: Command failed for target `check'

-------------- next part --------------
A non-text attachment was scrubbed...
Name: brian.o'gorman.vcf
Type: text/x-vcard
Size: 211 bytes
Desc: Card for Brian O'Gorman
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20021010/9ec005ca/brian.ogorman.vcf
#
Brian O'Gorman wrote:
You want to check the file "${R_HOME}/test/Examples/base-Ex.Rout"
but my guess would be that you are picking up an old version of MASS.

Cheers, Jonathan.
#
On Fri, 11 Oct 2002, Jonathan Rougier wrote:

            
Pretty unlikely: MASS ships with 1.6.0 and the test is run with --vanilla
so no other library directory is used (unless you have R_LIBS set in the
environment, not a good idea).  So why pick on MASS?
#
ripley at stats.ox.ac.uk wrote:
Hi Brian,

It's what happened to me!  We have a common library on our network that
contained a very old version of MASS, and it is specified in the R_LIBS
variable.  After installing R-1.6.0 I arranged in my .Rprofile to
exchange the order of common/lib/R and ${R_HOME}/library in my search
list but, as you point out, this didn't allow me to run "make check"
without getting caught up with the old version of MASS.

Cheers, Jonathan.
#
On Fri, 11 Oct 2002, Jonathan Rougier wrote:

            
~/.Rprofile is not read under --vanilla, AFAIK. Do you have R_LIBS in your
shell environment?

It's much easier to use .Renviron.