[Rd] Implementing `sd` and `var` as generic functions

2022-03-17 Thread Nicholas Tierney
Hi everyone, It seems that `sd` and `var` are currently not implemented as generic functions. I was wondering if it is possible to request that they be implemented, or if there is a proper process to go through doing that? Apologies if this has already been discussed! Cheers, Nick [[al

Re: [Rd] 1954 from NA

2021-05-24 Thread Nicholas Tierney
Hi all, When first hearing about ALTREP I've wondered how it might be able to be used to store special missing value information - how can we learn more about implementing ALTREP classes? The idea of carrying around a "meaning of my NAs" vector, as Gabe said, would be very interesting! I've done