[Rd] Review

2017-04-10 Thread realitix
Hello, Can you review my bug when you have time. https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17243 Thank you. [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Author email addresses

2017-04-10 Thread Jeff Laake - NOAA Federal
I have 3 packages on CRAN that I developed with my govt email address. I'll be retiring in a month and that email address will no longer work at some point. I realize that I need to change the maintainer address and I've already done that with one package but my question is do I need to remove all

Re: [Rd] Author email addresses

2017-04-10 Thread Uwe Ligges
The old mail addresses will not result in check errors ( but perhaps should?). Please try to keep them current. Most important: Please updates all packages' maintaoiner address early enough and submit new versions to CRAN before the old address expires. Best, Uwe Ligges On 10.04.2017 20:26

Re: [Rd] Bug report: POSIX regular expression doesn't match for somewhat higher values of upper bound

2017-04-10 Thread dietmar.schindler
> Von: Martin Maechler [mailto:maech...@stat.math.ethz.ch] > Gesendet: Mittwoch, 5. April 2017 11:15 > > > > > on Tue, 4 Apr 2017 08:45:30 + writes: > > > Dear Sirs, > > while > > >> regexpr('(.{1,2})\\1', 'foo') > > [1] 2 > > attr(,"match.length") > > [1]