Every time I try to lunch a R notebook calculation (even a simple addition or library) I have the kernel restarting with the following error: "he kernel appears to have died. It will restart automatic…
Hello I have a little problem to solve. I 'm not used to with programing with R in the Dataiku environment. I have this error message when I run my code. I tried numerous combination but nothing to do…
Hello, I run 3 lines of code to produce a dataset in R and expose it to DSS. However, it gives an error I don't understand. Do you have any idea why this is happening? Error log: [14:41:40] [INFO] [dk…
Hi, When reading a dataset with an R recipe, I find myself struggling with types. In this specific case I would like to know how to prevent the DSS from reading my string columns as factors. In R ther…
Here is my 2 lines R code (recipes) ctg <- read.dataset("testIn") write.dataset(ctg,"testOut") I have the following messages and error: [1] "Start writing table to file ..." [1] "Done writing table to…