The R Project SVN R

Rev

Rev 70178 | Rev 77964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70178 Rev 74363
Line 466... Line 466...
466
 
466
 
467
      \item \code{install.packages(type = "both")} has been enhanced.
467
      \item \code{install.packages(type = "both")} has been enhanced.
468
      In interactive use it will ask whether to choose the source
468
      In interactive use it will ask whether to choose the source
469
      version of a package if the binary version is older and contains
469
      version of a package if the binary version is older and contains
470
      compiled code, and also asks if source packages with no binary
470
      compiled code, and also asks if source packages with no binary
471
      version should be installed).
471
      version should be installed.
472
    }
472
    }
473
  }
473
  }
474
 
474
 
475
  \subsection{INSTALLATION}{
475
  \subsection{INSTALLATION}{
476
     \itemize{
476
     \itemize{
Line 680... Line 680...
680
 
680
 
681
      \item \code{norm()} now allows \code{type = "2"} (the
681
      \item \code{norm()} now allows \code{type = "2"} (the
682
      \sQuote{spectral} or 2-norm) as well, mainly for didactical
682
      \sQuote{spectral} or 2-norm) as well, mainly for didactical
683
      completeness.
683
      completeness.
684
 
684
 
685
      \item \code{pmin()} and \code{pmax())} now also work when one of
685
      \item \code{pmin()} and \code{pmax()} now also work when one of
686
      the inputs is of length zero and others are not, returning a
686
      the inputs is of length zero and others are not, returning a
687
      zero-length vector, analogously to, say, \code{+}.
687
      zero-length vector, analogously to, say, \code{+}.
688
 
688
 
689
      \item \code{colorRamp()} (and hence \code{colorRampPalette()}) now
689
      \item \code{colorRamp()} (and hence \code{colorRampPalette()}) now
690
      also works for the boundary case of just one color when the ramp is
690
      also works for the boundary case of just one color when the ramp is
Line 939... Line 939...
939
 
939
 
940
      \item Closing an \code{X11()} window while \code{locator()} was
940
      \item Closing an \code{X11()} window while \code{locator()} was
941
      active could abort the \R process.
941
      active could abort the \R process.
942
 
942
 
943
      \item \code{getMethod(f, sig)} produced an incorrect error message
943
      \item \code{getMethod(f, sig)} produced an incorrect error message
944
      in some cases when \code{f} was not a string).
944
      in some cases when \code{f} was not a string.
945
 
945
 
946
      \item Using a string as a \dQuote{call} in an error condition
946
      \item Using a string as a \dQuote{call} in an error condition
947
      with \code{options(showErrorCalls=TRUE)} could cause a segfault.
947
      with \code{options(showErrorCalls=TRUE)} could cause a segfault.
948
      (\PR{14931})
948
      (\PR{14931})
949
 
949
 
Line 1672... Line 1672...
1672
      Helios de Rosario Martinez).
1672
      Helios de Rosario Martinez).
1673
 
1673
 
1674
      \item \code{tools::deparseLatex(dropBraces=TRUE)} could drop
1674
      \item \code{tools::deparseLatex(dropBraces=TRUE)} could drop
1675
      text as well as braces.
1675
      text as well as braces.
1676
 
1676
 
1677
      \item \code{colormodel = "grey"} (new in \R 2.14.0))
1677
      \item \code{colormodel = "grey"} (new in \R 2.14.0)
1678
      did not always work in \code{postscript()} and \code{pdf()}.
1678
      did not always work in \code{postscript()} and \code{pdf()}.
1679
 
1679
 
1680
      \item \code{file.append()} could return \code{TRUE} for failures.
1680
      \item \code{file.append()} could return \code{TRUE} for failures.
1681
      (\PR{14727})
1681
      (\PR{14727})
1682
 
1682
 
Line 4463... Line 4463...
4463
       mainly for use by \command{R CMD Rd2pdf}.
4463
       mainly for use by \command{R CMD Rd2pdf}.
4464
 
4464
 
4465
       It avoids the use of \command{texindy} by \command{texinfo}'s
4465
       It avoids the use of \command{texindy} by \command{texinfo}'s
4466
       \command{texi2dvi >= 1.157}, since that does not emulate
4466
       \command{texi2dvi >= 1.157}, since that does not emulate
4467
       'makeindex' well enough to avoid problems with special characters
4467
       'makeindex' well enough to avoid problems with special characters
4468
       (such as \samp{(}, \samp{\{}, \samp{!}) in indices.
4468
       (such as \samp{(}, \samp{\{}, \samp{!}) in indices. % )
4469
 
4469
 
4470
      \item The ability of \code{readLines()} and \code{scan()} to
4470
      \item The ability of \code{readLines()} and \code{scan()} to
4471
       re-encode inputs to marked UTF-8 strings on Windows since \R 2.7.0
4471
       re-encode inputs to marked UTF-8 strings on Windows since \R 2.7.0
4472
       is extended to non-UTF-8 locales on other OSes.
4472
       is extended to non-UTF-8 locales on other OSes.
4473
 
4473