Skip to content
Prev 328 / 63424 Next

R-alpha: New version of R for testing

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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-