The R Project SVN R

Rev

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

Rev 73403 Rev 74363
Line 426... Line 426...
426
 
426
 
427
\section{CHANGES IN R VERSION 2.12.2}{
427
\section{CHANGES IN R VERSION 2.12.2}{
428
  \subsection{NEW FEATURES}{
428
  \subsection{NEW FEATURES}{
429
    \itemize{
429
    \itemize{
430
      \item Building badly-written vignettes which used the default
430
      \item Building badly-written vignettes which used the default
431
      device (\code{pdf(file = "Rplots.pdf")} could leave the device
431
      device (\code{pdf(file = "Rplots.pdf")}) could leave the device
432
      open and hence the file \file{Rplots.pdf} could not be removed on
432
      open and hence the file \file{Rplots.pdf} could not be removed on
433
      Windows: all devices are now closed.
433
      Windows: all devices are now closed.
434
    }
434
    }
435
  }
435
  }
436
 
436