Dear Martin,
Thank you for taking care of this.
Best,
John
> -Original Message-
> From: Martin Maechler [mailto:maech...@stat.math.ethz.ch]
> Sent: Thursday, November 2, 2017 4:59 PM
> To: Fox, John
> Cc: Martin Maechler ; Therneau, Terry M.,
> Ph.D. ; r-devel@r-project.org
> Subject:
> Fox, John
> on Thu, 14 Sep 2017 13:46:44 + writes:
> Dear Martin, I made three points which likely got lost
> because of the way I presented them:
> (1) Singularity is an unusual situation and should be made
> more prominent. It typically reflects a problem with
Hi Arie,
The book out of which this behavior is based does not use factor (in this
section) to refer to categorical factor. I will again point to this
sentence, from page 40, in the same section and referring to the behavior
under question, that shows F_j is not limited to categorical factors:
"Nu
I'm not really disagreeing with this, but is not the point of pryr to let you
investigate internals from the R level?
Building code that relies on pryr returning things with specific properties is
very likely doubleplusunrecommended by pryr's author as well.
In that spirit, I suppose that you
If you were curious about the hidden details of the memory layout in R,
the best reference is the source code. In your example, you are not
getting to your string because there is one more pointer in the way, "x"
is a vector of strings, each string is represented by a pointer.
At C level, ther