Displaying 1 result from an estimated 1 matches for "configm".
Did you mean:
config
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(confi...