Closed gjwgit closed 3 months ago
Need to investigate why it gets stuck after the third page - the forth dot does not appear even after 10 minutes. Cannot tap to CONSOLE (or anywhere else) to see. CPU is 100%.
By design there is no large data going into flutter - R is consuming lots of CPU with rattle the rest.
The forth page is Hmisc::describe() - repeat on R command line to see if that is the problem. If so, drop Hmisc::describe as not providing any extra insight.
Hmisc::descibe is just fine in R
The forth page is Hmisc::describe() - repeat on R command line to see if that is the problem. If so, drop Hmisc::describe as not providing any extra insight.
Hmisc::descibe is just fine in R
Hi @gjwgit, the commend Hmisc::describe(ds)
has on problem in Mac. And it takes about 1 min for the app to response.
So it might be the next command in the queue! Perhaps save the R script for DEMO and replace the weather dataset with the test dataset then run the R script
So it might be the next command in the queue! Perhaps save the R script for DEMO and replace the weather dataset with the test dataset then run the R script
Hi @gjwgit, the command Hmisc::contents(ds)
takes most of processing time. Hmisc::describe(ds)
is quick.
To replace the weather dataset with the test dataset, it should modify the rattle project. The flutter app does not load dataset from assets/data
folder.
Link with issue https://github.com/gjwgit/rattleng/issues/298
I am exploring.
Dropping the Hmisc functions and probably CrossTab - my machine runs out of memory.
Original version of Rattle also does not complete Summary with all options enabled.
To Debug