UnclAlDeveloper
                                            UnclAlDeveloper
                                        
                                    Actually that appears a mistake on my part. I've edited the original question. I was a bit tired and frustrated when I wrote it.
Irasmus, I had the same issues trying to convert to .Net 5.0, R 4.1.1 on Windows Server 2016. I had cloned the rdotnet and dynamic-interop gits and was seeing a...
Yes. Very much. I don’t think *future* is part of tidyverse, but it is certainly part of the direction R is going in, and is already something of a mainstay....
I’m assuming nteetor is the developer. If not, this is meant for the developer. I asked in the OP if a second variant of %
I’d second that. I don’t use python much, but the ability to return / update multiple variables at once From a function call is one of the features that impressed...
Hi J-M, I hope you are feeling better. I'm adding this here rather than as a separate issue as it is related. I am trying to install the testing branch...
@jmp75 Is there any progress on this. I just upgraded to R-3.5.3 after install the statstag branch of R.Net which now seems to work fine with R-3.5. I will revert...
@jmp75 I tried installing rClr 0.8.2-beta and as soon as I do library(rClr) from either RStudio or just basic R it immediately crashes. I am using R v3.5.3 on Windows...
Julia. With regard to imputation steps, is it not possible to parallize it by running a separate thread for each variable? You said their were issues so I do understand...
I use two steps with caret and and now tidymodels, the preprocessing step, which includes imputation, and the modelling step. I assume this is the way tidymodels will often be...