Skip to content
Prev 37067 / 63421 Next

Possible bug in 2.11.x texmf makefile.in and some related things...

On Sun, 4 Jul 2010, Marc Schwartz wrote:

            
But there are a fair number of packages which need extra LaTeX files 
to build their vignettes, and e.g. the CRAN test systems have had to 
have these installed for a long time.  Certainly zoo has needed them 
from before 2.11.0, and many believe that a Open Source package needs 
to include copies of such files (see 'Writing R Extensions').
More precisely, it is a TDS-comformant tree now.
That's a different hand.  I don't know if the files were intended to 
be installed in 2.11.x: they are in R-devel so eventually packages 
depending on R >= 2.12.0 will be able to rely on them.
Correct.  You need to look in 
https://svn.r-project.org/R/trunk/doc/NEWS.Rd
which says

       \item File \file{NEWS} is now generated at installation with a
       slightly different format: it will be in UTF-8 on platforms using
       UTF-8, and otherwise in ASCII.

       \item \file{NEWS} is no longer in the sources, but generated as
       part of the installation.  The primary source for changes is now
       \file{doc/NEWS.Rd}.

A version of the NEWS file will be in the tarballs.