R 1.6.0 beta

Peter Dalgaard BSA p.dalgaard@biostat.ku.dk
10 Sep 2002 21:45:53 +0200


Gardar Johannesson <gardar@stat.ohio-state.edu> writes:

> I just downloaded R-1.6.0beta_2002-09-10.tar.gz and configured on:
> 
> uname -m = sun4u
> uname -r = 5.8
> uname -s = SunOS
> uname -v = Generic_108528-12
> 
> resulting in (did not change any defaults):
> 
>    Source directory:          .
>    Installation directory:    /usr/local
>    C compiler:                gcc  -g -O2
>    C++ compiler:              g++  -g -O2
>    Fortran compiler:          g77  -g -O2
> 
>    X11 support:               yes
>    Gnome support:             no
>    Tcl/Tk support:            no
>    Readline support:          no
> 
>    R profiling support:       yes
>    R as a shared library:     no
> 
> 
> where gcc is version 2.95.3 (f77 is version 0.5.25).  It compiles
> fine, but make fullcheck stops at:
> 
> running code in 'ts-Ex.R' ... OK
> running code in 'survival-Ex.R' ...bash: survival-Ex.R: No such file
> or directory

Hmm? Which "make" are you using? It's not supposed to start processing
recommended packages until after all the base ones and the specific
tests. 

> mv: cannot access survival-Ex.Rout
...
> There is no survival-Ex.R file in ./tests/Examples !!!  The survival
> library is fine...

One should be made as part of the make process.


One thing that doesn't quite look right in the Makefile is the

Makedeps: Makefile
        @(for p in $(R_PKGS_BASE); do \
            dep="$${p}-Ex.Rout: $${p}-Ex.R"; \
            dep="$${dep} \$$(top_builddir)/library/$${p}/R/$${p}"; \
            tmp="library/$${p}/libs/$${p}" ; \

Maybe that should be 

        @(for p in $(R_PKGS_BASE) $(R_PKGS_RECOMMENDED_EXPANDED); do \
        <...etc...>

Could you try and see if it helps?

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._