Re: [Rd] NEWS file inconsistency

2015-06-08 Thread Duncan Murdoch
can go directly right now. Mirrors may be a little behind. Duncan Murdoch Best regards, Tobias - Original Message - > From: "Duncan Murdoch" > To: "Tobias Verbeke" , "r-devel@r-project.org" > Sent: Saturday, June 6, 2015 2:37:04 PM > Subje

Re: [Rd] NEWS file inconsistency

2015-06-06 Thread Tobias Verbeke
Many thanks, Duncan. We will check the prerelease versions of R 3.2.1. Best regards, Tobias - Original Message - > From: "Duncan Murdoch" > To: "Tobias Verbeke" , > "r-devel@r-project.org" > Sent: Saturday, June 6, 2015 2:37:04 PM > Subje

Re: [Rd] NEWS file inconsistency

2015-06-06 Thread Duncan Murdoch
On 06/06/2015 8:18 AM, Tobias Verbeke wrote: > L.S. > > I noticed the NEWS file as made available at > http://cran.r-project.org/src/base/NEWS became inconsistent in describing > CHANGES for a new R version: > > $ wget http://cran.r-project.org/src/base/NEWS > $ cat NEWS | grep 'CHANGES IN ' >

[Rd] NEWS file inconsistency

2015-06-06 Thread Tobias Verbeke
L.S. I noticed the NEWS file as made available at http://cran.r-project.org/src/base/NEWS became inconsistent in describing CHANGES for a new R version: $ wget http://cran.r-project.org/src/base/NEWS $ cat NEWS | grep 'CHANGES IN ' CHANGES IN 3.2.0: CHANGES IN R 3.1.3: CHANGES IN R 3.1.2: CHANG

[Rd] NEWS file

2008-04-14 Thread David Scott
Is there Emacs support for creating a NEWS file for a package? If so where could I find it? I had a look at the GNU coding standards on documenting programs. It has a bit on Emacs and Change Logs but not concerning a NEWS file as far as I could see. David Scott ___

Re: [Rd] NEWS file (was faqs)

2007-11-19 Thread Martin Maechler
SU> On Nov 15, 2007, at 10:53 AM, Duncan Murdoch wrote: >> On 11/15/2007 9:57 AM, Simon Urbanek wrote: >>> On Nov 14, 2007, at 11:55 PM, Gabor Grothendieck wrote: inst/NEWS would have the advantage of consistency with R itself which also has a NEWS file.

Re: [Rd] NEWS file (was faqs)

2007-11-16 Thread friedrich . leisch
> On Fri, 16 Nov 2007 10:20:36 + (GMT), > Prof Brian Ripley (PBR) wrote: > On Thu, 15 Nov 2007, Simon Urbanek wrote: >> >> On Nov 15, 2007, at 10:53 AM, Duncan Murdoch wrote: >> >>> On 11/15/2007 9:57 AM, Simon Urbanek wrote: On Nov 14, 2007, at 11:55 PM, Gabor Groth

Re: [Rd] NEWS file (was faqs)

2007-11-16 Thread Prof Brian Ripley
On Thu, 15 Nov 2007, Simon Urbanek wrote: > > On Nov 15, 2007, at 10:53 AM, Duncan Murdoch wrote: > >> On 11/15/2007 9:57 AM, Simon Urbanek wrote: >>> On Nov 14, 2007, at 11:55 PM, Gabor Grothendieck wrote: inst/NEWS would have the advantage of consistency with R itself which also has a

Re: [Rd] NEWS file (was faqs)

2007-11-15 Thread Simon Urbanek
On Nov 15, 2007, at 10:53 AM, Duncan Murdoch wrote: > On 11/15/2007 9:57 AM, Simon Urbanek wrote: >> On Nov 14, 2007, at 11:55 PM, Gabor Grothendieck wrote: >>> inst/NEWS would have the advantage of consistency with R itself >>> which also has a NEWS file. >>> >> I vote for NEWS for reasons ab

Re: [Rd] NEWS file (was faqs)

2007-11-15 Thread Duncan Murdoch
On 11/15/2007 9:57 AM, Simon Urbanek wrote: > On Nov 14, 2007, at 11:55 PM, Gabor Grothendieck wrote: > >> inst/NEWS would have the advantage of consistency with R itself >> which also has a NEWS file. >> > > I vote for NEWS for reasons above plus because that's what I use in my > packages al