Closed ceworley closed 2 years ago
Hi, sorry for the delay. Can you post your sessionInfo()
, please? Does this install from CRAN? What's your OS?
Thanks for reporting!
rim
automatically starts maxima in "server mode" and communicates with it via a socket. For this a port needs to be specified. Now, a port is chose automatically: it starts trying with port 27182 and if it isn't available, it tests the next one and so forth up until, well the end, 65536.
Do you have a firewall that's blocking?
I ran
install.packages("rim")
in the console of my local rstudio. I got an error:I know that is not much to go on, but any ideas?