R-alpha: New version of R for testing

Kurt Hornik Kurt.Hornik@ci.tuwien.ac.at
Wed, 23 Jul 1997 17:06:49 +0200


>>>>> Ross Ihaka writes:

> The newest version of R for Unix (version 0.50 alpha-1) is now (or will
> soon be) available from the following sites.

> ...

R + R + M,

Thanks for putting out the new version.  Finally, it's back to testing
(and porting) ...

I have one immediate bug report.

I think in R-0.50-a1/mansrc/latex/Rdoc.sty,

	\begin{list}{}\SetLmargin}%

in the code for the Header environment must be

	\begin{list}{}\SetLmargin\item}%

(Otherwise, make install-latex gives many errors.)  Martin?

A context diff is appended below.

Also, in the data subdir, quakes and sunspots should have mode 644.

-k

***********************
*** mansrc/latex/Rdoc.sty.orig	Wed Jul 23 17:03:46 1997
--- mansrc/latex/Rdoc.sty	Wed Jul 23 17:03:56 1997
***************
*** 28,34 ****
      \makebox[1in][r]{\tt #1} \\ \hline
    \end{tabular}
  \end{center}
! \begin{list}{}\SetLmargin}%
  {\end{list}}
  
  \newenvironment{Arguments}[0]{
--- 28,34 ----
      \makebox[1in][r]{\tt #1} \\ \hline
    \end{tabular}
  \end{center}
! \begin{list}{}\SetLmargin\item}%
  {\end{list}}
  
  \newenvironment{Arguments}[0]{
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-