Re: [Rd] Title case in DESCRIPTION for package where a word is a function name

2015-04-24 Thread Ben Bolker
Uwe Ligges statistik.tu-dortmund.de> writes: > > > On 24.04.2015 22:44, Ben Bolker wrote: > > Prof J C Nash (U30A uottawa.ca> writes: > > > >> > >> I was preparing a fix for a minor glitch in my optimx package and R CMD > >> check gave an error that the title was not in title case. > > > >

Re: [Rd] Title case in DESCRIPTION for package where a word is a function name

2015-04-24 Thread Uwe Ligges
On 24.04.2015 22:44, Ben Bolker wrote: Prof J C Nash (U30A uottawa.ca> writes: I was preparing a fix for a minor glitch in my optimx package and R CMD check gave an error that the title was not in title case. [snip] to make Gmane happy ... I have found A Replacement and Extension of

Re: [Rd] Title case in DESCRIPTION for package where a word is a function name

2015-04-24 Thread Ben Bolker
Prof J C Nash (U30A uottawa.ca> writes: > > I was preparing a fix for a minor glitch in my optimx package and R CMD > check gave an error that the title was not in title case. [snip] to make Gmane happy ... > I have found > > A Replacement and Extension of the _optim()_ Function > > does

[Rd] Title case in DESCRIPTION for package where a word is a function name

2015-04-24 Thread Prof J C Nash (U30A)
I was preparing a fix for a minor glitch in my optimx package and R CMD check gave an error that the title was not in title case. It is A Replacement and Extension of the optim() Function R CMD check suggests the incorrect form A Replacement and Extension of the Optim() Function 'Writing R Exte

Re: [Rd] Development version of R: Improved nchar(), nzchar() but changed API

2015-04-24 Thread Gábor Csárdi
On Fri, Apr 24, 2015 at 9:59 AM, Gökçen Eraslan wrote: [...] > > But "Watch" only notifies when there are new pull requests and issues, > which doesn't make sense for the r-source repository. Following Github Atom > feed[1] sounds better, however the feed only provides commit messages not > the d

Re: [Rd] Development version of R: Improved nchar(), nzchar() but changed API

2015-04-24 Thread Gökçen Eraslan
Hi, On 2015-04-24 15:34, Gábor Csárdi wrote: On Fri, Apr 24, 2015 at 8:02 AM, Gökçen Eraslan mailto:gokcen.eras...@gmail.com>> wrote: [...] I don't want to hijack the thread but is there an easy way to track R commits via e.g. an r-commits mail list (like this[1]) driven by a subver

Re: [Rd] Development version of R: Improved nchar(), nzchar() but changed API

2015-04-24 Thread Gábor Csárdi
On Fri, Apr 24, 2015 at 8:02 AM, Gökçen Eraslan wrote: [...] > I don't want to hijack the thread but is there an easy way to track R > commits via e.g. an r-commits mail list (like this[1]) driven by a > subversion post-commit hook script? It would be quite nice for those who > want to follow eve

Re: [Rd] Development version of R: Improved nchar(), nzchar() but changed API

2015-04-24 Thread Gökçen Eraslan
Hi, On 2015-04-24 12:06, Martin Maechler wrote: Those of you who track R development closely, I don't want to hijack the thread but is there an easy way to track R commits via e.g. an r-commits mail list (like this[1]) driven by a subversion post-commit hook script? It would be quite nice fo

Re: [Rd] model.frames and update

2015-04-24 Thread Therneau, Terry M., Ph.D.
I've gotton some good responses; thanks for the input. I'll proceed with my repairs down another path. An underlying question then is "if the model frame is near useless, as the responses indicate, then why do all the standard methods save it (lm, glm, ..)"? I suspect the answer is that it h

[Rd] Development version of R: Improved nchar(), nzchar() but changed API

2015-04-24 Thread Martin Maechler
Those of you who track R development closely, will have noticed yesterday's commit of enhanced versions of nchar() and nzchar(). r68254 | maechler | 2015-04-23 18:06:37 +0200 (Thu, 23 Apr 2015) | 1 line Changed paths: M d