Re: [Rd] R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)

2015-11-20 Thread Prof Brian Ripley
I think you have it backwards: Ubuntu 14.04 does not support R-devel PCRE 8.32 is 3 years old, so Ubuntu 14.04 shipped an already quite old version 19 months ago. R has long said that its requirement was PCRE (version 8.10 or later, preferably 8.32 or later) and 8.32 is indeed prefer

Re: [Rd] R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)

2015-11-20 Thread Dirk Eddelbuettel
On 20 November 2015 at 16:14, Sebastian Meyer wrote: | Since yesterday's r69662, R no longer ./configure[s] on a standard | Ubuntu 14.04.3 installation, which ships with PCRE 8.31 | (http://packages.ubuntu.com/trusty-updates/libpcre3-dev) | | I get: | | > checking if PCRE version >= 8.32, < 10.0

[Rd] R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)

2015-11-20 Thread Sebastian Meyer
Since yesterday's r69662, R no longer ./configure[s] on a standard Ubuntu 14.04.3 installation, which ships with PCRE 8.31 (http://packages.ubuntu.com/trusty-updates/libpcre3-dev) I get: > checking if PCRE version >= 8.32, < 10.0 and has UTF-8 support... no > checking whether PCRE support suffice

Re: [Rd] Good practice for naming classes, builders, attributes, getters/setters for object composition

2015-11-20 Thread Michael Lawrence
On Fri, Nov 20, 2015 at 12:39 AM, Julien Idé wrote: > Hey everyone, > > I am developing a package and I am wondering if there is a good practice > for naming classes, builders, attributes getters and setters when dealing > with object composition. I know that it is usually a good practice to give

[Rd] Good practice for naming classes, builders, attributes, getters/setters for object composition

2015-11-20 Thread Julien Idé
Hey everyone, I am developing a package and I am wondering if there is a good practice for naming classes, builders, attributes getters and setters when dealing with object composition. I know that it is usually a good practice to give to the builder the same name as the class and, if possible, to