search for: aarh

Displaying 4 results from an estimated 4 matches for "aarh".

Did you mean: aah
2019 Nov 18
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
...)? .Primitive("+") > > attr(,"myattr") > > [1] 1 > > beautiful ; thank you, Tomas ! > > > Builtins have referential semantics in R (like e.g. environments, but > > also some other types). > > > Tomas > > [aarh.. I knew it ... but am showing my age: I had forgotten about it.] > > I forget (and don't have time just now to find out) where we > have documented it; it may be good to document also in official > user exposed places such say the ?.Primitive help page. I think internal object...
2019 Nov 18
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
On 11/18/19 9:18 AM, Martin Maechler wrote: >>>>>> Henrik Bengtsson >>>>>> on Sun, 17 Nov 2019 14:31:07 -0800 writes: > > $ R --vanilla R version 3.6.1 (2019-07-05) -- "Action of > > the Toes" Copyright (C) 2019 The R Foundation for > > Statistical Computing Platform: x86_64-pc-linux-gnu > > (64-bit) ...
2019 Nov 18
0
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
...ot;myattr") <- 1 ; p2 > function (e1, e2)? .Primitive("+") > attr(,"myattr") > [1] 1 beautiful ; thank you, Tomas ! > Builtins have referential semantics in R (like e.g. environments, but > also some other types). > Tomas [aarh.. I knew it ... but am showing my age: I had forgotten about it.] I forget (and don't have time just now to find out) where we have documented it; it may be good to document also in official user exposed places such say the ?.Primitive help page. Martin
2019 Nov 26
0
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
...function (e1, e2)? .Primitive("+") />/> attr(,"myattr") />/> [1] 1 />//>/beautiful ; thank you, Tomas ! />//>/> Builtins have referential semantics in R (like e.g. environments, but />/> also some other types). />//>/> Tomas />//>/[aarh.. I knew it ... but am showing my age: I had forgotten about it.] />//>/I forget (and don't have time just now to find out) where we />/have documented it; it may be good to document also in official />/user exposed places such say the ?.Primitive help page. / > I think internal...