Displaying 1 result from an estimated 1 matches for "sfoption".
Did you mean:
2foption
2008 Jul 16
1
Problems with snowfall
Guys,
Is anyone using snowfall? It seems that the last version is broken. sfinit
contains test code:
data("config", package = "snowfall")
configM <- as.matrix(t(config))
config <- as.list(configM)
names(config) <- dimnames(configM)[[2]]
.sfOption$SERVER <<- as.character(config[["SERVER"]])
.sfOption$PORT <<- as.numeric(config[["PORT"]])
.sfOption$MAXNODES <<- as.numeric(config[["MAXNODES"]])
Which tries to set up the environment with the test data from "config"
On top of th...