Re: [Rd] `dendrapply` Enhancements

2023-03-23 Thread Lakshman, Aidan H
dicine Department of Biomedical Informatics ah...@pitt.edu (724) 612-9940 From: Ivan Krylov Sent: Thursday, March 23, 2023 6:05:37 AM To: Lakshman, Aidan H Cc: R-devel@r-project.org Subject: Re: [Rd] `dendrapply` Enhancements Hello Aidan, Sorry for droppin

Re: [Rd] `dendrapply` Enhancements

2023-03-23 Thread Ivan Krylov
Hello Aidan, Sorry for dropping this for a while. В Thu, 2 Mar 2023 21:03:59 + "Lakshman, Aidan H" пишет: > //after > curnode = eval(lang3(R_Bracket2Symbol, parent->node, DEND_IND), env); lang3() always constructs a new language object. If you do end up using eval(), it may make sense to

Re: [Rd] `dendrapply` Enhancements

2023-03-02 Thread Lakshman, Aidan H
ps://www.ahl27.com/> Doctoral Candidate, Wright Lab<https://www.wrightlabscience.com/> University of Pittsburgh School of Medicine Department of Biomedical Informatics ah...@pitt.edu (724) 612-9940 From: Ivan Krylov Date: Thursday, March 2, 2023 at 09:47 To: Lakshman, Aidan H Cc: R-deve

Re: [Rd] `dendrapply` Enhancements

2023-03-02 Thread Ivan Krylov
Dear Aidan Lakshman, To answer your implicit question, VECTOR_ELT() unclasses the nodes because it doesn't go through the stats:::`[[.dendrogram` method, instead dereferencing the data pointer directly. Other *apply functions in base R create a call to the `[[` operator, letting the language

Re: [Rd] `dendrapply` Enhancements

2023-03-01 Thread Lakshman, Aidan H
Date: Friday, February 24, 2023 at 07:42 To: Toby Hocking Cc: R-devel@r-project.org Subject: Re: [Rd] `dendrapply` Enhancements Hi Toby, Thanks for your reply! I haven�t heard about the R project sprint, but I�ll definitely check it out. UK is going to be a little hard for me to get to funding-wise,

Re: [Rd] `dendrapply` Enhancements

2023-02-24 Thread Lakshman, Aidan H
of Medicine Department of Biomedical Informatics ah...@pitt.edu (724) 612-9940 From: Toby Hocking Date: Friday, February 24, 2023 at 06:57 To: Lakshman, Aidan H Cc: R-devel@r-project.org Subject: Re: [Rd] `dendrapply` Enhancements Hi Aidan, I think you are on the right email list. I'm not R-core, bu

Re: [Rd] `dendrapply` Enhancements

2023-02-24 Thread Toby Hocking
Hi Aidan, I think you are on the right email list. I'm not R-core, but this looks like an interesting/meaningful/significant contribution to base R. I'm not sure what the original dendrapply looks like in terms of code style (variable names/white space formatting/etc) but in my experience it is