Re: [Rd] table(exclude = NULL) always includes NA

2016-08-10 Thread Martin Maechler
> Martin Maechler > on Tue, 9 Aug 2016 15:35:41 +0200 writes: > Suharto Anggono Suharto Anggono via R-devel > on Sun, 7 Aug 2016 15:32:19 + writes: > > This is an example from > > https://stat.ethz.ch/pipermail/r-help/2007-May/132573.html . > > > With R 2.7.2: > >

Re: [Rd] vector finalizers

2016-08-10 Thread luke-tierney
There is no plan to change R's garbage collector, and I did not say there was. What I wrote is: If R is built to use reference counting for determining sharing information this does not happen, so this is likely to change and not force a copy by 3.4.0. So reference counting is to be