Hi Kieran,

This works for me, thanks. It will allow me to wait until Simon can fix
the problem (hopefully).

Jean


At 6:45 -0700 16/05/06, Kieran Healy wrote:
>As a short-term, completely ad hoc workaround, I ran the help2man
>command in the Makefile directly, but pointed it at my already-
>installed version of R (2.2.1) instead. I.e., from inside the doc/
>directory in the R 2.3.0 sources, and assuming you have R 2.2.1
>already installed, do
>
> > perl ../tools/help2man.pl --include=./R.aux --no-info --output=R.1
> > --name="a language for data analysis and graphics"  R
>
>(This should all be one line.) This produces a file called R.1
>containing version information, which is the desired goal, but with
>version info from R.2.2.1 instead of 2.3.0. You can edit the first
>line of the file to make the version number correct if you like. Then
>you can comment out the equivalent section in  doc/Makefile, viz,
>
> > [EMAIL PROTECTED](HELP2MAN) --include=$(srcdir)/R.aux --no-info 
> > --output=R.1 \
> > #         --name="a language for data analysis and graphics" \
> > #         $(top_builddir)/bin/R
>
>
>Doing 'sudo make install' as usual (from the top-level source
>directory) will then work, as the R.1 file is now present in the doc
>directory. Of course this doesn't change the usual output of R --
>version (you'd have to edit version.c to do that), just the
>information in the man page.
>

-- 
Jean Thioulouse - Labo de Biometrie et Biologie Evolutive, UMR CNRS 5558
Universite Lyon 1, Batiment G. Mendel,  43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex,  France.          Tel/Fax : (33) 4 72 43 27 56        
               
                 http://pbil.univ-lyon1.fr/JTHome.html

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to