-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRbase::stepwise function makes R session abort #10
Comments
Can you send report from sessionInfo() please; are all packages updated? |
I tried updating all packages, it didn't work. The last thing I tried (let's call it LAST TRIAL) is this:
Still got the problem, R session aborted again. A friend of mine doing a similar project used gRbase::stepwise function, so I inserted his code in the console and the function worked. So I think the problem might be the object of the function, graph.MyGraph. The cmod function works fine, so maybe there's a problem with gRbodyfat, which is used to build graph.MyGraph. If I run these lines (I tried changing the dataset, I used BodyFat instead of gRbodyfat):
I get the following error:
This is the report from sessionInfo() after LAST TRIAL before
And this is the report from sessionInfo() after R session aborts, when the session is restarted:
If it's not a bug, sorry for the inconvenience. |
I've discovered that if I use |
Hi!
I'm using RStudio (RStudio 2021.09.1+372 "Ghost Orchid" Release for Windows, R version 4.1.2) on Windows 10 x64.
I trying to create an Undirected Graph from a dataset:
I'm still exploring RStudio and graphical models, so I run these lines from the console, one by one. When I run the last line of code, R session aborts and I get the following pop-up message:
I've also tried the following lines of code (I changed the last line):
but I get the same problem. I tried six or seven times running those lines of code, R aborted everytime.
My gRbase, gRim, gRain, Rgraphviz and RBGL libraries are in the home folder:
C:/Users/MyUser/Documents/R/win-library/4.1
I've tried doing this:
They didn't work. Don't know why R session aborts.
When installing libraries I followed these instructions:
The text was updated successfully, but these errors were encountered: