install.packages(c("Ryacas))
was used to install the library in R. No issued in installation and md5 was fine. All necessary package were installed.
library(Ryacas)
yields
Loading required package: XML
x <- Sym("x")
Limit(sin(x)/x, x, 0)
for example, however, yields
[1] "Starting Yacas!"
Error in socketConnection(host = "127.0.0.1", port = 9734, server = FALSE, :
cannot open the connection
In addition: Warning message:
In socketConnection(host = "127.0.0.1", port = 9734, server = FALSE, :
127.0.0.1:9734 cannot be opened
What do I need to do to get this library to run, on windows XP, using standard R, via Rstudio front end?
By the way, why do these ports need to be open?